Skip to content

Commit

Permalink
removed cout
Browse files Browse the repository at this point in the history
  • Loading branch information
tipei committed Oct 25, 2021
1 parent 7153cbb commit 12871f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMOD/src/Bottom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ void Bottom::modifyChildren(){ //Incomplete Override
void Bottom::constructChild(SoundAndNoteWrapper* _soundNoteWrapper) {
//Just to get the checkpoint. Not used any other time.
checkPoint = (_soundNoteWrapper->ts.start - ts.start) / ts.duration;
cout << "CHECK POINT: " << checkPoint << endl;
//cout << "CHECK POINT: " << checkPoint << endl;
if (name.substr(0,1) == "s"){
// buildNote(_soundNoteWrapper);
buildSound(_soundNoteWrapper);
Expand Down

0 comments on commit 12871f2

Please sign in to comment.