Browse Source

fix: remove debug

charlie 3 years ago
parent
commit
db70ec13c1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/main/frontend/fs/watcher_handler.cljs

+ 0 - 1
src/main/frontend/fs/watcher_handler.cljs

@@ -48,7 +48,6 @@
 
 (defn handle-changed!
   [type {:keys [dir path content stat global-dir] :as payload}]
-  (prn "===> File changed: " type dir path)
   (when dir
     (let [path (gp-util/path-normalize path)
           ;; Global directory events don't know their originating repo so we rely