diff --git a/kernel/model/assets_watcher.go b/kernel/model/assets_watcher.go index 051aaab2c..69e115b5e 100644 --- a/kernel/model/assets_watcher.go +++ b/kernel/model/assets_watcher.go @@ -84,7 +84,7 @@ func watchAssets() { } logging.LogErrorf("watch assets failed: %s", err) case <-timer.C: - logging.LogInfof("assets changed: %s", lastEvent) + //logging.LogInfof("assets changed: %s", lastEvent) if lastEvent.Op&fsnotify.Write == fsnotify.Write { IncSync() }