From: Mikael Nordfeldth Date: Sat, 5 Oct 2013 12:33:02 +0000 (+0200) Subject: Forgot to clean some debug logging X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e376905d9356bfcb6f31596487a07892f08397b5;p=quix0rs-gnu-social.git Forgot to clean some debug logging --- diff --git a/classes/Notice.php b/classes/Notice.php index 5d6ae12810..13b3799385 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -927,13 +927,11 @@ class Notice extends Managed_DataObject try { $parent = $last->getParent(); if ($parent->inScope($profile)) { - common_debug(__METHOD__ . 'Parent of '.$last->id.' is '.$parent->id); $last = $parent; continue; } } catch (Exception $e) { // Latest notice has no parent - common_debug(__METHOD__ . 'Found no parent for '.$last->id); } // No parent, or parent out of scope $root = $last;