diff --git a/airtime_mvc/application/models/StoredFile.php b/airtime_mvc/application/models/StoredFile.php index a2aee4ad3..2ac3b6092 100644 --- a/airtime_mvc/application/models/StoredFile.php +++ b/airtime_mvc/application/models/StoredFile.php @@ -393,7 +393,6 @@ SQL; if (file_exists($filepath) && $type == "stor") { - Logging::info($filepath); try { unlink($filepath); } catch (Exception $e) {