diff options
Diffstat (limited to 'lib/activity.php')
-rw-r--r-- | lib/activity.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/activity.php b/lib/activity.php index eb639a5dd..1b4651d89 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); |