From e376905d9356bfcb6f31596487a07892f08397b5 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Sat, 5 Oct 2013 14:33:02 +0200 Subject: [PATCH] Forgot to clean some debug logging --- classes/Notice.php | 2 -- 1 file changed, 2 deletions(-) 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;