diff options
| author | LLLL Colonq <llll@colonq> | 2025-03-13 21:30:13 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-03-13 21:30:13 -0400 |
| commit | b21ecce6645fc17c520b722de3d96e550c77c490 (patch) | |
| tree | ea43d01bd3e36c36eb7b43945ef662088aee3cb7 /src/wasp-overlay.el | |
| parent | a2d075656ca6a07c6263eee588e15cf2ee802995 (diff) | |
Update
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) |
