diff options
author | Vladimir Menshakov | 2009-11-17 22:24:49 +0000 |
---|---|---|
committer | Vladimir Menshakov | 2009-11-17 22:24:49 +0000 |
commit | 9013668a1648065806cdc58b30795da4d0175ae0 (patch) | |
tree | d48a843c1d0c75bbaf63fba956c7a7efc504af30 /engines | |
parent | 8f68974d2209020a16014d61374d48c180e8e205 (diff) | |
download | scummvm-rg350-9013668a1648065806cdc58b30795da4d0175ae0.tar.gz scummvm-rg350-9013668a1648065806cdc58b30795da4d0175ae0.tar.bz2 scummvm-rg350-9013668a1648065806cdc58b30795da4d0175ae0.zip |
removed noisy debug
svn-id: r45964
Diffstat (limited to 'engines')
-rw-r--r-- | engines/teenagent/scene.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/teenagent/scene.cpp b/engines/teenagent/scene.cpp index c0b92665ae..369a174573 100644 --- a/engines/teenagent/scene.cpp +++ b/engines/teenagent/scene.cpp @@ -673,7 +673,6 @@ bool Scene::render(OSystem *system) { zoom = 128 + 128 * (position.y - zoom_min) / (zoom_max - zoom_min); else zoom = 128; - debug(0, "zoom = %u", zoom); } if (!path.empty()) { |