remove debug message
[mudsync.git] / 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"
-  (display "right before breakage?\n")
   (let ((count 0))
     (lambda (gm client-id)
       (set! count (+ count 1))