]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Notice.php
60 chars was too little, 100 chars seems better. For me.
[quix0rs-gnu-social.git] / classes / Notice.php
index 5d6ae128108430e293d2857e189ff1c281793bb8..13b37993858301e7c3de3f7b9db5df8fd1c1a29a 100644 (file)
@@ -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;