From 411af6838beaf1898468ec752e8cf7282845ded2 Mon Sep 17 00:00:00 2001 From: drigato Date: Thu, 17 Apr 2014 17:02:14 -0400 Subject: [PATCH] Remove logging statement --- airtime_mvc/application/models/StoredFile.php | 1 - 1 file changed, 1 deletion(-) 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) {