forked from GNUsocial/gnu-social
remove common_debug() from Notice_activity::staticGet()
This commit is contained in:
parent
90aecd0e8c
commit
2c5de55b4b
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user