From d392f18d64ebdb5286f26c1d7c116cf0fbc515e9 Mon Sep 17 00:00:00 2001
From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54>
Date: Sat, 28 Aug 2010 12:17:31 +0000
Subject: [PATCH] plop

git-svn-id: http://svn.net-core.org/repos/t-engine4@1091 51575b47-30f0-44d4-a5cc-537603b46e54
---
 game/modules/tome/class/Player.lua | 1 -
 1 file changed, 1 deletion(-)

diff --git a/game/modules/tome/class/Player.lua b/game/modules/tome/class/Player.lua
index fca5e77902..4b21b744d4 100644
--- a/game/modules/tome/class/Player.lua
+++ b/game/modules/tome/class/Player.lua
@@ -589,7 +589,6 @@ function _M:useOrbPortal(portal)
 		local ok = false
 		self:restInit(20, "using the portal", "used the poral", function(cnt, max)
 			if cnt > max then ok = true end
-			print("*********** portaling one turn", ok)
 			coroutine.resume(co)
 		end)
 		coroutine.yield()
-- 
GitLab