🎨 Clean code

Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2026-01-08 11:29:51 +08:00
parent 0cdeacbbd9
commit c0f955ed33
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -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()
}