From f4c9ad579106baa320e63e7681419cc9b7562307 Mon Sep 17 00:00:00 2001 From: Lipis Date: Mon, 5 Jun 2017 16:59:18 +0200 Subject: [PATCH] Remove commented out code (#9795) --- .eslintrc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 71cac5b6d7..3938a6cfe5 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,7 +1,6 @@ 'use strict'; const OFF = 0; -// const WARNING = 1; const ERROR = 2; module.exports = {