Browse Source

chore: remove debugging

Tienson Qin 4 years ago
parent
commit
57c906a9bb
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/main/frontend/handler/editor.cljs

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

@@ -1533,7 +1533,6 @@
              prefix (and prefix (subs prefix 0 (string/last-index-of prefix ".")))]
          (save-assets! repo repo-dir assets-dir files
                        (fn [index file-base]
-                         (prn {:file-base file-base})
                          (str (string/replace file-base " " "_") "_" (.now js/Date) "_" index)))))))
   ([repo dir path files gen-filename]
    (p/all