Skip to content

Commit

Permalink
Remove @show
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Salceanu committed Jun 7, 2024
1 parent 06c2c25 commit df05894
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Genie"
uuid = "c43c736e-a2d1-11e8-161f-af95117fbd1e"
authors = ["Adrian Salceanu <[email protected]> and the amazing Genie contributors ♥️"]
version = "5.30.1"
version = "5.30.2"

[deps]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
Expand Down
2 changes: 0 additions & 2 deletions src/Watch.jl
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ function watch(files::Vector{<: AbstractString}, extensions::Vector{<: AbstractS
now() - last_watched > Millisecond(Genie.config.watch_frequency) || return
last_watched = now()

@show handlers

try
for f in handlers
Base.invokelatest(f)
Expand Down

0 comments on commit df05894

Please sign in to comment.