From 3e2b9deb0d6409aea9c0771f746bdb78f11772c4 Mon Sep 17 00:00:00 2001 From: pixel Date: Fri, 25 May 2007 15:39:00 +0000 Subject: Removing debug messages. --- lib/LuaTask.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/LuaTask.cc') diff --git a/lib/LuaTask.cc b/lib/LuaTask.cc index 2990e53..cc12d76 100644 --- a/lib/LuaTask.cc +++ b/lib/LuaTask.cc @@ -63,7 +63,6 @@ int LuaTask::Do() throw (GeneralException) { #ifndef LUATASK_OMIT_COMMAND if (task == "Command") { delete p; - printm(M_INFO, "Got there (end of command - should)\n"); LuaBuffer o(b); o.pushdestruct(L); nargs = 1; @@ -137,7 +136,6 @@ int LuaTask::Do() throw (GeneralException) { break; #ifndef LUATASK_OMIT_COMMAND case 3: - printm(M_INFO, "Got here (case 3), and event = %i\n", TaskMan::Event()); current = 2; WaitFor(c); p->HalfClose(); -- cgit v1.2.3