Skip to content

Commit 6da55a4

Browse files
committed
Add new layout and channel number hiding
1 parent e24a920 commit 6da55a4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Source/Plugins/LfpDisplayNodeAlpha/LfpDisplayCanvas.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3626,11 +3626,9 @@ void LfpChannelDisplayInfo::setEnabledButtonVisibility(bool shouldBeVisible)
36263626
if (shouldBeVisible)
36273627
{
36283628
addAndMakeVisible(enableButton);
3629-
std::cout << "adding enableButton to view for channel " << getChannelNumber() << std::endl;
36303629
}
36313630
else if (enableButton->isVisible())
36323631
{
3633-
std::cout << "removing enableButton for channel " << getChannelNumber() + 1 << std::endl;
36343632
removeChildComponent(enableButton);
36353633
enableButton->setVisible(false);
36363634
}

0 commit comments

Comments
 (0)