From b957a9f7fd746419c905cf2d33e619953cc43572 Mon Sep 17 00:00:00 2001 From: Andelf Date: Thu, 1 Dec 2022 16:15:54 +0800 Subject: [PATCH] fix: rm debug print --- src/main/frontend/mobile/camera.cljs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/frontend/mobile/camera.cljs b/src/main/frontend/mobile/camera.cljs index be339f3e4d..9a270e2bd3 100644 --- a/src/main/frontend/mobile/camera.cljs +++ b/src/main/frontend/mobile/camera.cljs @@ -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.