From 3989141b525a992b5aa4183d4180ed0588ea8867 Mon Sep 17 00:00:00 2001 From: Jordan Sissel Date: Fri, 18 Oct 2013 09:25:28 -0700 Subject: [PATCH] - comment out a log message nobody wants to see anyway ;) --- registrar.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registrar.go b/registrar.go index 1999828..c912f72 100644 --- a/registrar.go +++ b/registrar.go @@ -26,7 +26,7 @@ func Registrar(input chan []*FileEvent) { Inode: ino, Device: dev, } - log.Printf("State %s: %d\n", *event.Source, event.Offset) + //log.Printf("State %s: %d\n", *event.Source, event.Offset) } if len(state) > 0 { -- GitLab