chore: rm debug print

This commit is contained in:
Andelf
2022-08-18 11:34:20 +08:00
parent 9146dad0a4
commit 938f504fff

View File

@@ -85,7 +85,6 @@
(defn backup-file!
"Backup db content to bak directory"
[repo-url path db-content content]
(prn ::debug repo-url)
(cond
(util/electron?)
(ipc/ipc "backupDbFile" repo-url path db-content content)