From b21ecce6645fc17c520b722de3d96e550c77c490 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Thu, 13 Mar 2025 21:30:13 -0400 Subject: Update --- src/wasp-overlay.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wasp-overlay.el') 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) -- cgit v1.2.3