From 0c50c4f64c085d53785289aaa95982bc6c2cbf7b Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Wed, 23 May 2012 13:26:44 -0400 Subject: removed debug line --- src/lib/Bcfg2/Server/FileMonitor/Inotify.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib/Bcfg2/Server/FileMonitor/Inotify.py') diff --git a/src/lib/Bcfg2/Server/FileMonitor/Inotify.py b/src/lib/Bcfg2/Server/FileMonitor/Inotify.py index 8dcca70c2..50c724279 100644 --- a/src/lib/Bcfg2/Server/FileMonitor/Inotify.py +++ b/src/lib/Bcfg2/Server/FileMonitor/Inotify.py @@ -42,7 +42,6 @@ class Inotify(Pseudo, pyinotify.ProcessEvent): # relative path path = os.path.basename(ievent.pathname) evt = Event(ievent.wd, path, action) - print "created event %s" % evt self.events.append(evt) def AddMonitor(self, path, obj): -- cgit v1.2.3-1-g7c22