From c4fbe0119751407183f541fa64f850e6b7404d97 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Fri, 6 May 2016 10:06:44 -0500 Subject: [PATCH] remove debug message --- mudsync/game-master.scm | 1 - 1 file changed, 1 deletion(-) diff --git a/mudsync/game-master.scm b/mudsync/game-master.scm index 89fbaf6..3424f12 100644 --- a/mudsync/game-master.scm +++ b/mudsync/game-master.scm @@ -193,7 +193,6 @@ (define (make-default-room-conn-handler default-room) "Make a handler for a GM that dumps people in a default room with an anonymous persona" - (display "right before breakage?\n") (let ((count 0)) (lambda (gm client-id) (set! count (+ count 1)) -- 2.31.1