X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=blobdiff_plain;f=mudsync%2Fgame-master.scm;h=3424f12336bf2078f9b58c30d04230ebb6fe0184;hp=89fbaf6c8ca157f52bdca02ef5389306c94abf88;hb=c4fbe0119751407183f541fa64f850e6b7404d97;hpb=902b52f87ea65d6a52cb84afee32ad20d89b2bc3;ds=sidebyside 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))