projects
/
mudsync.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af6f936
)
remove stupid pre/post message stuff
author
Christopher Allan Webber
<cwebber@dustycloud.org>
Thu, 5 May 2016 20:06:54 +0000
(15:06 -0500)
committer
Christopher Allan Webber
<cwebber@dustycloud.org>
Thu, 5 May 2016 20:06:54 +0000
(15:06 -0500)
mudsync/player.scm
patch
|
blob
|
history
diff --git
a/mudsync/player.scm
b/mudsync/player.scm
index 09fc6d7aad49de4c282672ed05d5bfeecaec4f9a..3d1ec7288baf6c83387046b4612436546e1105c3 100644
(file)
--- 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))