Skip to content

Commit

Permalink
关闭对文件引用不支持的error log
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWinds committed Mar 7, 2017
1 parent f07837e commit f0d6c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion watcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func updateFileRef(fileName string) {
}
reffiles, err := reffinder.FindFileRef(data, fileName, setting.WorkDir)
if err != nil {
log.Println(err)
//log.Println(err)
return
}
fileRefMap.UpdateRef(fileName, reffiles)
Expand Down

0 comments on commit f0d6c10

Please sign in to comment.