From c4b130ed07a9d6ad21b36c2803e8449042bbbb92 Mon Sep 17 00:00:00 2001 From: Lipis Date: Sun, 28 May 2017 01:47:09 +0200 Subject: [PATCH] Remove commented out code --- .eslintrc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 71cac5b6d723..3938a6cfe531 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,7 +1,6 @@ 'use strict'; const OFF = 0; -// const WARNING = 1; const ERROR = 2; module.exports = {