remove common_debug() from Activity::asString()
This commit is contained in:
parent
89f5dd4c18
commit
1f0949f9ac
@ -348,8 +348,6 @@ class Activity
|
||||
|
||||
if ($this->verb == ActivityVerb::POST && count($this->objects) == 1) {
|
||||
|
||||
common_debug('Using default object entry notation.');
|
||||
|
||||
$obj = $this->objects[0];
|
||||
|
||||
$xs->element('id', null, $obj->id);
|
||||
|
Loading…
Reference in New Issue
Block a user