From 28be1c9851125034e9d0d96d21b074597a84497a Mon Sep 17 00:00:00 2001 From: "weiran.zsd" Date: Sun, 26 May 2019 20:56:08 +0800 Subject: [PATCH] Chore: remove incorrect comment it is no longer needed, as #11742 get merged. :) --- lib/linter/linter.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/linter/linter.js b/lib/linter/linter.js index c97822f269c..51414c1fe93 100644 --- a/lib/linter/linter.js +++ b/lib/linter/linter.js @@ -934,8 +934,6 @@ function getEnv(slots, envId) { function getRule(slots, ruleId) { return ( (slots.lastConfigArray && slots.lastConfigArray.pluginRules.get(ruleId)) || - - // This returns the stub for missing rules if the rule does not exist. slots.ruleMap.get(ruleId) ); }