diff options
Diffstat (limited to 'src/wasp-overlay.el')
| -rw-r--r-- | src/wasp-overlay.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasp-overlay.el b/src/wasp-overlay.el index e71ff0ab..23786453 100644 --- a/src/wasp-overlay.el +++ b/src/wasp-overlay.el @@ -42,7 +42,7 @@ (defun w/overlay-decode-shorthand-bml (s k) "Decode the shorthand BulletML string S. Pass the resulting BulletML XML string to K." - (w/write-log s) + ;; (w/write-log s) (w/prod-get-raw (format "/api/yamame?input=%s" (url-encode-url s)) (lambda (data) |
