From dc6370a830b0f027db2e75e22b65a1a978e13f18 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Fri, 6 May 2016 10:16:05 -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 3424f12..05de669 100644 --- a/mudsync/game-master.scm +++ b/mudsync/game-master.scm @@ -206,7 +206,6 @@ with an anonymous persona" #:name guest-name #:gm (actor-id gm) #:client client-id))) - (display "Are we broke yet?\n") ;; Register the player in our database of players -> connections (gm-register-client! gm client-id player) ;; Dump the player into the default room -- 2.31.1