remove accidental print, fixes #295

This commit is contained in:
leaf corcoran 2016-10-03 15:40:30 -07:00
parent 2a9f16377b
commit 669ca05963
2 changed files with 0 additions and 2 deletions

View File

@ -203,7 +203,6 @@ do
local file
file = _des_0[1]
local time = lfs.attributes(file, "modification")
print(file, time)
if not (time) then
mod_time[file] = nil
_continue_0 = true

View File

@ -86,7 +86,6 @@ class SleepWatcher extends Watcher
while true
for {file} in *@file_list
time = lfs.attributes file, "modification"
print file, time
unless time -- file no longer exists
mod_time[file] = nil
continue