diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/route.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/route.rs b/src/route.rs index 7140e52..ed7b34c 100644 --- a/src/route.rs +++ b/src/route.rs @@ -82,10 +82,5 @@ pub fn cache(context: &windmark::returnable::RouteContext<'_>, response: &str) { } trace!("recache for {}", context.url.path()); - } else { - trace!( - "no cache, with last: {:?}", - (*ROUTES.lock().unwrap()).get(context.url.path()) - ); } } |