Merge "Remove useless and misleading comment"

This commit is contained in:
jenkins-bot 2015-07-31 19:54:19 +00:00 committed by Gerrit Code Review
commit 3bed04ee7f

View file

@ -35,7 +35,6 @@ abstract class EchoDiscussionParser {
$user = $userID != 0 ? User::newFromId( $userID ) : User::newFromName( $userName, false );
foreach ( $interpretation as $action ) {
// These two event types are disabled temporarily, there is no need to process them
if ( $action['type'] == 'add-comment' ) {
$fullSection = $action['full-section'];
$header = self::extractHeader( $fullSection );