Skip to content

Commit

Permalink
[remove] 不要なコメントを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
AkiyukiOkayasu committed Dec 19, 2017
1 parent 6fbe954 commit 348491e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/MainComponent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,5 @@ int MainContentComponent::getNumInputChannels()
{
if(inputChannelInfo[i] == '1') ++numInputChannels;
}
std::cout<<"numInputChannels: "<<numInputChannels<<std::endl;
return numInputChannels;
}

0 comments on commit 348491e

Please sign in to comment.