summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/FileMonitor
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-05-23 13:26:44 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-05-23 13:26:44 -0400
commit0c50c4f64c085d53785289aaa95982bc6c2cbf7b (patch)
tree6bebafd94ed3df9fae0113e1ab195ec461e30d61 /src/lib/Bcfg2/Server/FileMonitor
parentac42b7261a36dbce4d212cf31feea99dd344e6b8 (diff)
downloadbcfg2-0c50c4f64c085d53785289aaa95982bc6c2cbf7b.tar.gz
bcfg2-0c50c4f64c085d53785289aaa95982bc6c2cbf7b.tar.bz2
bcfg2-0c50c4f64c085d53785289aaa95982bc6c2cbf7b.zip
removed debug line
Diffstat (limited to 'src/lib/Bcfg2/Server/FileMonitor')
-rw-r--r--src/lib/Bcfg2/Server/FileMonitor/Inotify.py1
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):