Skip to content

Commit 94fb232

Browse files
committed
SPLink - remove accidentally introduced debug statements
1 parent 55c54a9 commit 94fb232

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/external/sp_link/src/sp_link.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,6 @@ int sp_link_get_time_at_beat(double beat, double quantum, ErlNifSInt64* micros)
240240
return -1;
241241
}
242242

243-
std::cout << "get time at beat: " << beat << ", " << quantum << std::endl;
244-
245243
auto state = g_link->captureAppSessionState();
246244
*micros = state.timeAtBeat(beat, quantum).count();
247245
return 0;
@@ -308,7 +306,5 @@ int sp_link_get_current_time_microseconds(ErlNifSInt64* micros)
308306
}
309307

310308
*micros = g_link->clock().micros().count();
311-
312-
std::cout << "current_time from c++ " << *micros << std::endl;
313309
return 0;
314310
}

0 commit comments

Comments
 (0)