diff options
author | Johannes Schickel | 2008-03-21 23:57:05 +0000 |
---|---|---|
committer | Johannes Schickel | 2008-03-21 23:57:05 +0000 |
commit | 7c57c127eac46b90b95baf30ca17cd892f116349 (patch) | |
tree | 2bfafb0e39bb350682cc80c77c45ecfd6234fdda | |
parent | 5107404089c1572f690f90fa3880c2170c20056c (diff) | |
download | scummvm-rg350-7c57c127eac46b90b95baf30ca17cd892f116349.tar.gz scummvm-rg350-7c57c127eac46b90b95baf30ca17cd892f116349.tar.bz2 scummvm-rg350-7c57c127eac46b90b95baf30ca17cd892f116349.zip |
Oops removing debug output.
svn-id: r31216
-rw-r--r-- | engines/kyra/timer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/kyra/timer.cpp b/engines/kyra/timer.cpp index dce4ad26d0..d14b22ef11 100644 --- a/engines/kyra/timer.cpp +++ b/engines/kyra/timer.cpp @@ -243,7 +243,6 @@ void TimerManager::loadDataFromFile(Common::InSaveFile *file, int version) { timer->enabled = file->readByte(); timer->countdown = file->readSint32BE(); timer->lastUpdate = file->readSint32BE(); - debug("%d %d", id, timer->lastUpdate); } else { warning("Loading timer data for non existing timer %d", id); file->seek(7, SEEK_CUR); |