Removed debug messages Oswald accidentally left in ^_^

This commit is contained in:
Thulinma 2013-07-11 15:55:43 +02:00
parent e45caad697
commit 3053ffa140
2 changed files with 4 additions and 14 deletions

View file

@ -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()){