fix: rm debug print

This commit is contained in:
Andelf
2022-12-01 16:15:54 +08:00
parent a84a8028bd
commit b957a9f7fd

View File

@@ -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.