remove debug message
authorChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 6 May 2016 15:06:44 +0000 (10:06 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 6 May 2016 15:06:44 +0000 (10:06 -0500)
mudsync/game-master.scm

index 89fbaf6c8ca157f52bdca02ef5389306c94abf88..3424f12336bf2078f9b58c30d04230ebb6fe0184 100644 (file)
 (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"
 (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))
   (let ((count 0))
     (lambda (gm client-id)
       (set! count (+ count 1))