remove stupid pre/post message stuff
authorChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 5 May 2016 20:06:54 +0000 (15:06 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 5 May 2016 20:06:54 +0000 (15:06 -0500)
mudsync/player.scm

index 09fc6d7aad49de4c282672ed05d5bfeecaec4f9a..3d1ec7288baf6c83387046b4612436546e1105c3 100644 (file)
     ;;   returns false for in the command response
     (fold
      (lambda (co-occupant prev)
     ;;   returns false for in the command response
     (fold
      (lambda (co-occupant prev)
-       (display "pre-message\n")
        (let* ((result (<-wait player co-occupant 'get-commands
                               #:verb verb))
               (commands (message-ref result 'commands))
               (goes-by (message-ref result 'goes-by)))
        (let* ((result (<-wait player co-occupant 'get-commands
                               #:verb verb))
               (commands (message-ref result 'commands))
               (goes-by (message-ref result 'goes-by)))
-         (display "post-message\n")
          (append
           (map (lambda (command)
                  (list command goes-by co-occupant))
          (append
           (map (lambda (command)
                  (list command goes-by co-occupant))