summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2010-02-04 07:46:10 -0800
committerTim Almdal <tnalmdal@shaw.ca>2010-02-04 07:46:10 -0800
commitcc1d25ae0a706ea5969b88e871549800630b7e03 (patch)
treeac9f9a95f5d96f039e1084ad4f13aacbcb1b014b
parent61c3dcacd1fb628bd4c5984a887a2b47f89c2a79 (diff)
remove debugging statement
-rw-r--r--modules/notification/helpers/notification.php2
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);
}