From 2f7b2f5fbb0dd10c16e8a28b8355d56ce4f1be66 Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Wed, 9 Sep 2015 21:16:21 +0200 Subject: [PATCH] Remove debug info log --- lib/Lutim.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Lutim.pm b/lib/Lutim.pm index 44abccd..4acb3a8 100644 --- a/lib/Lutim.pm +++ b/lib/Lutim.pm @@ -67,7 +67,6 @@ sub startup { $c->res->content->headers($headers); if ($key) { - $c->app->log->debug($key); $asset = $c->decrypt($key, $path); } else { $asset = Mojo::Asset::File->new(path => $path);