Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
wookay committed Aug 4, 2020
1 parent d0e10e7 commit 18ae229
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/watch.jl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ function watch(callback::Function, dir::String; targets=ARGS, sources::Union{Vec

printstyled("watching folders ...\n", color=:green)
for folder in (sort collect keys)(watched_folders)
(fm, loop) = watched_folders[folder]
println(" - ", relpath(folder, dir))
end
end
Expand Down

0 comments on commit 18ae229

Please sign in to comment.