From 687a6d3c5ac6c0d4fa369d0560f93b3e924070d7 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Mon, 27 Aug 2012 11:44:33 -0400 Subject: [PATCH] cc-3936: removed intrusive logging --- airtime_mvc/application/models/StoredFile.php | 1 - python_apps/media-monitor2/media/monitor/eventcontractor.py | 1 - 2 files changed, 2 deletions(-) diff --git a/airtime_mvc/application/models/StoredFile.php b/airtime_mvc/application/models/StoredFile.php index 79b6a062b..7e3bc26f7 100644 --- a/airtime_mvc/application/models/StoredFile.php +++ b/airtime_mvc/application/models/StoredFile.php @@ -183,7 +183,6 @@ class Application_Model_StoredFile if (isset($this->_dbMD[$dbColumn])) { $propelColumn = $this->_dbMD[$dbColumn]; $method = "set$propelColumn"; - Logging::info($method); $this->_file->$method($mdValue); } } diff --git a/python_apps/media-monitor2/media/monitor/eventcontractor.py b/python_apps/media-monitor2/media/monitor/eventcontractor.py index 089b30a44..7fa13b8cc 100644 --- a/python_apps/media-monitor2/media/monitor/eventcontractor.py +++ b/python_apps/media-monitor2/media/monitor/eventcontractor.py @@ -29,7 +29,6 @@ class EventContractor(Loggable): some other event in the storage was morphed into this newer one. Which should mean that the old event should be discarded. """ - self.logger.info("Attempting to register: '%s'" % str(evt)) if self.event_registered(evt): old_e = self.get_old_event(evt) # TODO : Perhaps there are other events that we can "contract"