Skip to content

Commit 8997802

Browse files
authored
Merge pull request #12 from acrobatstick/remove-print-output
Remove unecessary logging
2 parents c34a969 + d7c8c4e commit 8997802

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

inotifywaitgo/watcher.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ func WatchPath(s *Settings) {
5454
scanner := bufio.NewScanner(stdout)
5555
for scanner.Scan() {
5656
line := scanner.Text()
57-
log.Println(line)
5857

5958
parts, err := parseLine(line)
6059
if err != nil || len(parts) < 2 {

0 commit comments

Comments
 (0)