diff options
| author | John Wiegley <johnw@newartisans.com> | 2002-04-12 20:21:58 +0000 |
|---|---|---|
| committer | John Wiegley <johnw@newartisans.com> | 2002-04-12 20:21:58 +0000 |
| commit | 5df29686990334d699a6558d59b1e3bec102e3a7 (patch) | |
| tree | 40ba87257c37f964c1b6e52b77ed79fac6d6b06b /chess-ics.el | |
| parent | 758e770833d91fde40219e2f8bd9f8588b56706f (diff) | |
*** no comment ***
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))) |
