mirror of
https://framagit.org/fiat-tux/hat-softwares/lutim.git
synced 2026-05-05 13:02:47 +02:00
Remove debug info log
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user