소스 검색

chore: rm debug print

Andelf 3 년 전
부모
커밋
938f504fff
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/main/frontend/handler/file.cljs

+ 0 - 1
src/main/frontend/handler/file.cljs

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