Remove logging statement
This commit is contained in:
parent
64ebd9e720
commit
411af6838b
|
@ -393,7 +393,6 @@ SQL;
|
|||
|
||||
|
||||
if (file_exists($filepath) && $type == "stor") {
|
||||
Logging::info($filepath);
|
||||
try {
|
||||
unlink($filepath);
|
||||
} catch (Exception $e) {
|
||||
|
|
Loading…
Reference in New Issue