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-twitch.el | |
| parent | a2d075656ca6a07c6263eee588e15cf2ee802995 (diff) | |
Update
Diffstat (limited to 'src/wasp-twitch.el')
| -rw-r--r-- | src/wasp-twitch.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wasp-twitch.el b/src/wasp-twitch.el index 0a4039fe..de44c735 100644 --- a/src/wasp-twitch.el +++ b/src/wasp-twitch.el @@ -214,7 +214,7 @@ K is called when the download is finished." (s-concat "/users?login=" user) (lambda (data) (let ((url (ht-get (aref (ht-get data "data") 0) "profile_image_url"))) - (w/write-log (format "downloading avatar: %s %s" url path)) + ;; (w/write-log (format "downloading avatar: %s %s" url path)) (make-process :name "wasp-download-avatar" :buffer nil @@ -536,7 +536,7 @@ CALLBACK will be passed the winner when the poll concludes." (defun w/twitch-handle-incoming-chat (msg) "Write MSG to the chat buffer, processing any commands." - (w/write-log (format "%s" msg)) + ;; (w/write-log (format "%s" msg)) (let ((user (w/decode-string (car msg)))) (w/user-bind user @@ -596,7 +596,7 @@ Optionally, only apply redeems with point costs less than LIMIT." (defun w/twitch-handle-redeem (r) "Handle the channel point redeem R." - (w/write-log r) + ;; (w/write-log r) (let* ((user (car r)) (redeem (cadr r)) (encoded-input (caddr r)) |
