Browse Source

chore: remove debugging info

Tienson Qin 5 years ago
parent
commit
1e73a6ba9a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/main/frontend/components/page.cljs

+ 0 - 1
src/main/frontend/components/page.cljs

@@ -81,7 +81,6 @@
 
 (defn contents-page
   [{:page/keys [name original-name file] :as contents}]
-  (prn {:contents contents})
   (when-let [repo (state/get-current-repo)]
     (let [format (db/get-page-format name)
           file-path (:file/path file)]