Removed debug messages Oswald accidentally left in ^_^
This commit is contained in:
parent
e45caad697
commit
3053ffa140
2 changed files with 4 additions and 14 deletions
|
|
@ -240,7 +240,6 @@ int main(int argc, char** argv){
|
|||
lastTime = now - source.getJSON()["time"].asInt();
|
||||
}
|
||||
if (playing == -1 && playUntil == 0 && source.getJSON()["time"].asInt() > now - lastTime + 1000){
|
||||
//std::cerr << (source.getJSON()["time"].asInt() - (now - lastTime)) << " ms sleep" << std::endl;
|
||||
Util::sleep(source.getJSON()["time"].asInt() - (now - lastTime));
|
||||
}
|
||||
if ( playUntil && playUntil < source.getJSON()["time"].asInt()){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue