mirror of
https://github.com/lilydjwg/archrepo2.git
synced 2025-03-10 12:02:43 +00:00
remove accidentally added debugging statement
This commit is contained in:
parent
5a7234e78d
commit
00027ce52c
1 changed files with 0 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue