From: Christopher Allan Webber Date: Sun, 8 May 2016 21:07:16 +0000 (-0500) Subject: remove "gameobj init!" debug message X-Git-Tag: fosdem-2017~150 X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=commitdiff_plain;h=0017cbae1b76fb07101beda23b2a5c533a8d60f9 remove "gameobj init!" debug message --- diff --git a/mudsync/gameobj.scm b/mudsync/gameobj.scm index ec95e2c..0f4d704 100644 --- a/mudsync/gameobj.scm +++ b/mudsync/gameobj.scm @@ -142,7 +142,6 @@ (define-mhandler (gameobj-init actor message) "Your most basic game object init procedure. Assists in its replacement of occupants if necessary and nothing else." - (display "gameobj init!\n") (run-replacement actor message gameobj-replace-steps*)) (define (gameobj-goes-by gameobj)