From 764a29e2ff0010eda99a6ced14172045b41751bf Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Wed, 16 Feb 2011 16:21:31 -0800 Subject: [PATCH] Remove debugging statements I accidentally left in --- classes/Notice.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/classes/Notice.php b/classes/Notice.php index ed1aab0014..007eb55f85 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -1252,8 +1252,6 @@ class Notice extends Memcached_DataObject function asActivity() { - common_debug("a"); - $act = self::cacheGet(Cache::codeKey('notice:as-activity:'.$this->id)); if (!empty($act)) { @@ -1264,7 +1262,6 @@ class Notice extends Memcached_DataObject if (Event::handle('StartNoticeAsActivity', array($this, &$act))) { $profile = $this->getProfile(); - common_debug('b'); $act->actor = ActivityObject::fromProfile($profile); $act->verb = ActivityVerb::POST; $act->objects[] = ActivityObject::fromNotice($this); -- 2.39.5