mirror of
https://github.com/vale981/openAV-Luppp
synced 2025-03-04 16:51:37 -05:00
-Removed extra prints
This commit is contained in:
parent
8df3f9d594
commit
d75ca042ec
1 changed files with 2 additions and 0 deletions
|
@ -173,10 +173,12 @@ void TimeManager::process(Buffers* buffers)
|
|||
|
||||
if ( before < nframes && after < nframes && before + after == nframes )
|
||||
{
|
||||
/*
|
||||
char buffer [50];
|
||||
sprintf (buffer, "Timing OK: beat after %i", before );
|
||||
EventGuiPrint e2( buffer );
|
||||
writeToGuiRingbuffer( &e2 );
|
||||
*/
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue