]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
remove common_debug() from Activity::asString()
authorEvan Prodromou <evan@status.net>
Mon, 6 Dec 2010 20:22:52 +0000 (15:22 -0500)
committerEvan Prodromou <evan@status.net>
Mon, 6 Dec 2010 20:22:52 +0000 (15:22 -0500)
lib/activity.php

index eb639a5dd30af29f88e849a24adbd1579009b245..1b4651d89fdb2cdc8f15b96f6c3641b459f5af2a 100644 (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);