diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-01-16 00:19:47 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-01-16 00:19:47 -0800 |
commit | d7eb102312a02907fbd26064714dc98f3e016103 (patch) | |
tree | a06f51d6e0805b143e515feaea0890210e0a2c6a /modules | |
parent | 434d351b2f0fc2a048f561665cb1d828d1126f9c (diff) | |
parent | 2c2c77ea391a59f89449d07aff604bf11042515c (diff) |
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Diffstat (limited to 'modules')
-rw-r--r-- | modules/notification/helpers/notification_event.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/notification/helpers/notification_event.php b/modules/notification/helpers/notification_event.php index 76afac9c..edbf6e39 100644 --- a/modules/notification/helpers/notification_event.php +++ b/modules/notification/helpers/notification_event.php @@ -22,7 +22,6 @@ class notification_event_Core { // don't want to screw up the processing that was generating the notification // so we don't pass the exception up the call stack static function item_updated($original, $new) { - Kohana_Log::add("error",print_r("item_updated({$original->title}, {$new->title})",1)); try { notification::send_item_updated($original, $new); } catch (Exception $e) { |