From 0017cbae1b76fb07101beda23b2a5c533a8d60f9 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sun, 8 May 2016 16:07:16 -0500 Subject: [PATCH] remove "gameobj init!" debug message --- mudsync/gameobj.scm | 1 - 1 file changed, 1 deletion(-) 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) -- 2.31.1