add the grand hallway
[mudsync.git] / mudsync / game-master.scm
index 89fbaf6c8ca157f52bdca02ef5389306c94abf88..05de6697c7db54c4c6221d0afc225caff1f2df78 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))
@@ -207,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