We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e24a920 commit 6da55a4Copy full SHA for 6da55a4
1 file changed
Source/Plugins/LfpDisplayNodeAlpha/LfpDisplayCanvas.cpp
@@ -3626,11 +3626,9 @@ void LfpChannelDisplayInfo::setEnabledButtonVisibility(bool shouldBeVisible)
3626
if (shouldBeVisible)
3627
{
3628
addAndMakeVisible(enableButton);
3629
- std::cout << "adding enableButton to view for channel " << getChannelNumber() << std::endl;
3630
}
3631
else if (enableButton->isVisible())
3632
3633
- std::cout << "removing enableButton for channel " << getChannelNumber() + 1 << std::endl;
3634
removeChildComponent(enableButton);
3635
enableButton->setVisible(false);
3636
0 commit comments