]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
remove common_debug() from Notice_activity::staticGet()
authorEvan Prodromou <evan@status.net>
Mon, 6 Dec 2010 20:21:21 +0000 (15:21 -0500)
committerEvan Prodromou <evan@status.net>
Mon, 6 Dec 2010 20:21:21 +0000 (15:21 -0500)
Notice_activity.php

index 90d280dfc4ad60f34c08d55c307a703681df8e12..abc5f59c8f50981024c29c217e7bd431e25c0089 100644 (file)
@@ -67,7 +67,6 @@ class Notice_activity extends Memcached_DataObject
 
     function staticGet($k, $v=null)
     {
-        common_debug("Notice_activity::staticGet($k, $v)");
         $result = Memcached_DataObject::staticGet('Notice_activity', $k, $v);
         return $result;
     }