diff options
Diffstat (limited to 'src/lib/Bcfg2/Server/FileMonitor/Inotify.py')
-rw-r--r-- | src/lib/Bcfg2/Server/FileMonitor/Inotify.py | 1 |
1 files changed, 0 insertions, 1 deletions
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): |