remove accidentally added debugging statement

This commit is contained in:
lilydjwg 2014-01-12 23:16:57 +08:00
parent 5a7234e78d
commit 00027ce52c

View file

@ -408,7 +408,6 @@ class EventHandler(pyinotify.ProcessEvent):
pkg = path[:-4]
try:
st = os.lstat(pkg)
print(pkg, st)
if stat.S_ISREG(st.st_mode):
logger.info('touching %s.', pkg)
os.close(os.open(pkg, os.O_WRONLY))