Remove debug cruft, introduced in [34546].

Props ocean90.
See #8071.

git-svn-id: https://develop.svn.wordpress.org/trunk@34549 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Boone Gorges 2015-09-25 15:25:19 +00:00
parent 92da083c00
commit 465ff41d1b
1 changed files with 0 additions and 1 deletions

View File

@ -901,7 +901,6 @@ class WP_Comment_Query {
} else { } else {
$ref[ $_c->comment_parent ]->add_child( $_c ); $ref[ $_c->comment_parent ]->add_child( $_c );
// $ref[ $c->comment_parent ]->children[ $c->comment_ID ] = $c;
$ref[ $_c->comment_ID ] = $ref[ $_c->comment_parent ]->get_child( $_c->comment_ID ); $ref[ $_c->comment_ID ] = $ref[ $_c->comment_parent ]->get_child( $_c->comment_ID );
} }
} }