chore: rm debug print

pull/6425/head
Andelf 2022-08-18 11:34:20 +08:00
parent 9146dad0a4
commit 938f504fff
1 changed files with 0 additions and 1 deletions

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)