fix(cgi-bin): reset log level in get_shared_storage

main
Tsu-ba-me 4 years ago
parent 4fa1cb7f31
commit 215a96257b
  1. 3
      cgi-bin/get_shared_storage

@ -104,9 +104,6 @@ ORDER BY
$anvil->Get->switches;
# Temporary; for debugging
$anvil->Log->level({ set => 2 });
$anvil->Database->connect;
$anvil->Log->entry({source => $THIS_FILE, line => __LINE__, level => 2, secure => 0, key => "log_0132"});
if (not $anvil->data->{sys}{database}{connections})

Loading…
Cancel
Save