summaryrefslogtreecommitdiff
path: root/src/wasp-overlay.el
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-03-13 21:30:13 -0400
committerLLLL Colonq <llll@colonq>2025-03-13 21:30:13 -0400
commitb21ecce6645fc17c520b722de3d96e550c77c490 (patch)
treeea43d01bd3e36c36eb7b43945ef662088aee3cb7 /src/wasp-overlay.el
parenta2d075656ca6a07c6263eee588e15cf2ee802995 (diff)
Update
Diffstat (limited to 'src/wasp-overlay.el')
-rw-r--r--src/wasp-overlay.el2
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)