From df05894a4db2945094e18d51731e3ae9c6163454 Mon Sep 17 00:00:00 2001 From: Adrian Salceanu Date: Fri, 7 Jun 2024 19:07:01 +0200 Subject: [PATCH] Remove @show --- Project.toml | 2 +- src/Watch.jl | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 1d6d760e3..38ca7b9b5 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Genie" uuid = "c43c736e-a2d1-11e8-161f-af95117fbd1e" authors = ["Adrian Salceanu and the amazing Genie contributors ♥️"] -version = "5.30.1" +version = "5.30.2" [deps] ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63" diff --git a/src/Watch.jl b/src/Watch.jl index 8dffed2f7..260a205a4 100644 --- a/src/Watch.jl +++ b/src/Watch.jl @@ -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)