X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=blobdiff_plain;f=mudsync%2Fplayer.scm;fp=mudsync%2Fplayer.scm;h=3d1ec7288baf6c83387046b4612436546e1105c3;hp=09fc6d7aad49de4c282672ed05d5bfeecaec4f9a;hb=a07b01054f0c8bd8dc2bc4e278ed6a00e339bc79;hpb=af6f936a671c835bc6d9aadc59fd8ff5969fe1ad diff --git a/mudsync/player.scm b/mudsync/player.scm index 09fc6d7..3d1ec72 100644 --- a/mudsync/player.scm +++ b/mudsync/player.scm @@ -134,12 +134,10 @@ ;; 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))) - (display "post-message\n") (append (map (lambda (command) (list command goes-by co-occupant))