branch: externals/kiwix
commit 5221eda565ce3541453c42c7730f5577993c3070
Author: stardiviner <[email protected]>
Commit: stardiviner <[email protected]>

    silent request result
---
 kiwix.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kiwix.el b/kiwix.el
index 1701194..84ce8c6 100644
--- a/kiwix.el
+++ b/kiwix.el
@@ -205,7 +205,7 @@ list and return a list result."
                          :parser #'json-read
                          :success (function*
                                    (lambda (&key data &allow-other-keys)
-                                     (print data)))))))
+                                     data))))))
     (if (vectorp data)
         (mapcar 'cdar data))))
 

Reply via email to