mirror of
https://github.com/logseq/logseq.git
synced 2026-05-29 23:19:38 +00:00
fix: rm debug print
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
(p/catch (fn [error]
|
||||
(log/error :photo/get-failed {:error error})))
|
||||
(p/then (fn [photo]
|
||||
(prn ::debug-photo photo)
|
||||
(if (nil? photo)
|
||||
(p/resolved nil)
|
||||
;; NOTE: For iOS and Android, only jpeg format will be returned as base64 string.
|
||||
|
||||
Reference in New Issue
Block a user