We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a9f163 commit 669ca05Copy full SHA for 669ca05
2 files changed
moonscript/cmd/watchers.lua
@@ -203,7 +203,6 @@ do
203
local file
204
file = _des_0[1]
205
local time = lfs.attributes(file, "modification")
206
- print(file, time)
207
if not (time) then
208
mod_time[file] = nil
209
_continue_0 = true
moonscript/cmd/watchers.moon
@@ -86,7 +86,6 @@ class SleepWatcher extends Watcher
86
while true
87
for {file} in *@file_list
88
time = lfs.attributes file, "modification"
89
- print file, time
90
unless time -- file no longer exists
91
92
continue
0 commit comments