We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c34a969 + d7c8c4e commit 8997802Copy full SHA for 8997802
1 file changed
inotifywaitgo/watcher.go
@@ -54,7 +54,6 @@ func WatchPath(s *Settings) {
54
scanner := bufio.NewScanner(stdout)
55
for scanner.Scan() {
56
line := scanner.Text()
57
- log.Println(line)
58
59
parts, err := parseLine(line)
60
if err != nil || len(parts) < 2 {
0 commit comments