Remove debug info log

This commit is contained in:
Luc Didry
2015-09-09 21:16:21 +02:00
parent 2ca4ba1f0e
commit 2f7b2f5fbb

View File

@@ -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);