From 147e739c12bf03b60b2932fbd59f27f171a2fd6b Mon Sep 17 00:00:00 2001 From: deuce <> Date: Thu, 14 Jan 2016 02:20:42 +0000 Subject: [PATCH] Remove debug output. --- exec/syncjslint.js | 1 - 1 file changed, 1 deletion(-) diff --git a/exec/syncjslint.js b/exec/syncjslint.js index 83225d4cf6..f83a52e518 100644 --- a/exec/syncjslint.js +++ b/exec/syncjslint.js @@ -5282,7 +5282,6 @@ function SYNCJSLINT(argc, argv) tmp=tmp.replace(/\/\*.*?\*\//g,''); tmp=tmp.replace(/\/\/.*^/,''); if((m=tmp.match(/^\s*load\([^"']*(['"])(.*?[^\\])\1.*?\)/))!==null) { -print(m.toSource()); offset+=LOADFILE(lines,index,pos+offset+i,m[2],paths,options); } -- GitLab