diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2010-02-04 07:46:10 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-02-04 07:46:10 -0800 |
commit | cc1d25ae0a706ea5969b88e871549800630b7e03 (patch) | |
tree | ac9f9a95f5d96f039e1084ad4f13aacbcb1b014b /modules/notification | |
parent | 61c3dcacd1fb628bd4c5984a887a2b47f89c2a79 (diff) |
remove debugging statement
Diffstat (limited to 'modules/notification')
-rw-r--r-- | modules/notification/helpers/notification.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/notification/helpers/notification.php b/modules/notification/helpers/notification.php index dfeab9fc..3e4854d7 100644 --- a/modules/notification/helpers/notification.php +++ b/modules/notification/helpers/notification.php @@ -107,8 +107,6 @@ class notification { t("Photo \"%title\" updated", array("title" => $original->title)) : t("Movie \"%title\" updated", array("title" => $original->title))); - Kohana_Log::add("error",print_r($v->render(),1)); - self::_notify($subscribers, $item, $v->render(), $v->subject); } |