From 9c612d17a311887a8dc61a8e264294591d14ff59 Mon Sep 17 00:00:00 2001 From: Martin Konecny Date: Mon, 19 Nov 2012 18:41:31 -0500 Subject: [PATCH] CC-4694: Apache/Zend error only specific to some users --- airtime_mvc/application/models/Preference.php | 1 - 1 file changed, 1 deletion(-) diff --git a/airtime_mvc/application/models/Preference.php b/airtime_mvc/application/models/Preference.php index 115ea4aa0..815f69831 100644 --- a/airtime_mvc/application/models/Preference.php +++ b/airtime_mvc/application/models/Preference.php @@ -1115,7 +1115,6 @@ class Application_Model_Preference } else { /*For now we just have this hack for debugging. We should not rely on this crappy behaviour in case of failure*/ - Logging::info("Pref: $pref_param"); Logging::warn("Index $x does not exist preferences"); Logging::warn("Defaulting to identity and printing preferences"); Logging::warn($ds);