remove common_debug() from Activity::asString()

This commit is contained in:
Evan Prodromou 2010-12-06 15:22:52 -05:00
parent 89f5dd4c18
commit 1f0949f9ac

View File

@ -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);