From 1f0949f9ac84f07519d2d0704917f22dad1c2de2 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 6 Dec 2010 15:22:52 -0500 Subject: [PATCH] remove common_debug() from Activity::asString() --- lib/activity.php | 2 -- 1 file changed, 2 deletions(-) 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); -- 2.39.5