From db70ec13c13ed97e5c41fb8279be11cc2a979709 Mon Sep 17 00:00:00 2001 From: charlie Date: Thu, 20 Oct 2022 12:12:45 +0800 Subject: [PATCH] fix: remove debug --- src/main/frontend/fs/watcher_handler.cljs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/frontend/fs/watcher_handler.cljs b/src/main/frontend/fs/watcher_handler.cljs index fa570ca72..5ca51feaa 100644 --- a/src/main/frontend/fs/watcher_handler.cljs +++ b/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