diff --git a/Source/Plugins/LfpDisplayNodeAlpha/LfpDisplayCanvas.cpp b/Source/Plugins/LfpDisplayNodeAlpha/LfpDisplayCanvas.cpp index 7cffe7ceaa3b4f74c8c8c0b845f576420deff758..0d59c5ba0db88d52bea6d6c54334b369f25b0bd0 100644 --- a/Source/Plugins/LfpDisplayNodeAlpha/LfpDisplayCanvas.cpp +++ b/Source/Plugins/LfpDisplayNodeAlpha/LfpDisplayCanvas.cpp @@ -3626,11 +3626,9 @@ void LfpChannelDisplayInfo::setEnabledButtonVisibility(bool shouldBeVisible) if (shouldBeVisible) { addAndMakeVisible(enableButton); - std::cout << "adding enableButton to view for channel " << getChannelNumber() << std::endl; } else if (enableButton->isVisible()) { - std::cout << "removing enableButton for channel " << getChannelNumber() + 1 << std::endl; removeChildComponent(enableButton); enableButton->setVisible(false); }