Remove logging statement

This commit is contained in:
drigato 2014-04-17 17:02:14 -04:00
parent 64ebd9e720
commit 411af6838b
1 changed files with 0 additions and 1 deletions

View File

@ -393,7 +393,6 @@ SQL;
if (file_exists($filepath) && $type == "stor") { if (file_exists($filepath) && $type == "stor") {
Logging::info($filepath);
try { try {
unlink($filepath); unlink($filepath);
} catch (Exception $e) { } catch (Exception $e) {