From 7d96efc672249fe4d6fd3ea26289b6ebcbfc1a4c Mon Sep 17 00:00:00 2001 From: Adrian Salceanu Date: Fri, 8 Nov 2024 15:54:38 +0100 Subject: [PATCH] Remove debug --- src/route_helpers.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/route_helpers.jl b/src/route_helpers.jl index 22f669a..1238363 100644 --- a/src/route_helpers.jl +++ b/src/route_helpers.jl @@ -88,8 +88,6 @@ function delete(defaultroute) route("$defaultroute/delete") do pth = params(:path, pwd()) - @show pth - isfile(pth) || return (:error => "$pth is not a file") |> json try