diff options
Diffstat (limited to 'chess-ics.el')
| -rw-r--r-- | chess-ics.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chess-ics.el b/chess-ics.el index 4b06a41..51eb94f 100644 --- a/chess-ics.el +++ b/chess-ics.el @@ -188,7 +188,6 @@ who is black." (chess-network-handler 'move (car args))) ((eq event 'send) - (message "sending string: %s" (car args)) (comint-send-string (get-buffer-process (current-buffer)) (car args))) |
