From a07b01054f0c8bd8dc2bc4e278ed6a00e339bc79 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Thu, 5 May 2016 15:06:54 -0500 Subject: [PATCH] remove stupid pre/post message stuff --- mudsync/player.scm | 2 -- 1 file changed, 2 deletions(-) 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)) -- 2.31.1