diff options
author | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2012-05-23 13:26:44 -0400 |
---|---|---|
committer | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2012-05-23 13:26:44 -0400 |
commit | 0c50c4f64c085d53785289aaa95982bc6c2cbf7b (patch) | |
tree | 6bebafd94ed3df9fae0113e1ab195ec461e30d61 /src | |
parent | ac42b7261a36dbce4d212cf31feea99dd344e6b8 (diff) | |
download | bcfg2-0c50c4f64c085d53785289aaa95982bc6c2cbf7b.tar.gz bcfg2-0c50c4f64c085d53785289aaa95982bc6c2cbf7b.tar.bz2 bcfg2-0c50c4f64c085d53785289aaa95982bc6c2cbf7b.zip |
removed debug line
Diffstat (limited to 'src')
-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): |