From: Evan Prodromou Date: Mon, 6 Dec 2010 20:22:52 +0000 (-0500) Subject: remove common_debug() from Activity::asString() X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1f0949f9ac84f07519d2d0704917f22dad1c2de2;p=quix0rs-gnu-social.git remove common_debug() from Activity::asString() --- diff --git a/lib/activity.php b/lib/activity.php index eb639a5dd3..1b4651d89f 100644 --- a/lib/activity.php +++ b/lib/activity.php @@ -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);