From 8602fe7432f709fe84fc64fd6ec840a2c3888e7e Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 12 Mar 2006 04:19:03 +0000 Subject: Revert mistaken commit of local debug code svn-id: r21222 --- engines/scumm/he/script_v72he.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/engines/scumm/he/script_v72he.cpp b/engines/scumm/he/script_v72he.cpp index 939dba168c..3639c1c85a 100644 --- a/engines/scumm/he/script_v72he.cpp +++ b/engines/scumm/he/script_v72he.cpp @@ -1423,8 +1423,6 @@ void ScummEngine_v72he::o72_findObject() { int y = pop(); int x = pop(); int r = findObject(x, y, 0, 0); - - printf("o72_findObject: result is %d\n", r); push(r); } -- cgit v1.2.3