diff options
author | pixel <pixel> | 2007-05-25 15:39:00 +0000 |
---|---|---|
committer | pixel <pixel> | 2007-05-25 15:39:00 +0000 |
commit | 3e2b9deb0d6409aea9c0771f746bdb78f11772c4 (patch) | |
tree | 2f50c432d1963f0cb335ca0dcbead59072197a38 /lib/LuaTask.cc | |
parent | e2c6c7ded94dca3ef007e57a989a223bab205649 (diff) |
Removing debug messages.
Diffstat (limited to 'lib/LuaTask.cc')
-rw-r--r-- | lib/LuaTask.cc | 2 |
1 files changed, 0 insertions, 2 deletions
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(); |