Skip to content

Commit 669ca05

Browse files
committed
remove accidental print, fixes #295
1 parent 2a9f163 commit 669ca05

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

moonscript/cmd/watchers.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ do
203203
local file
204204
file = _des_0[1]
205205
local time = lfs.attributes(file, "modification")
206-
print(file, time)
207206
if not (time) then
208207
mod_time[file] = nil
209208
_continue_0 = true

moonscript/cmd/watchers.moon

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ class SleepWatcher extends Watcher
8686
while true
8787
for {file} in *@file_list
8888
time = lfs.attributes file, "modification"
89-
print file, time
9089
unless time -- file no longer exists
9190
mod_time[file] = nil
9291
continue

0 commit comments

Comments
 (0)