From f94c41fe4236fa06208c0274e74f190708dd0ced Mon Sep 17 00:00:00 2001 From: Guillaume Delhumeau Date: Tue, 20 May 2014 16:08:47 +0200 Subject: [PATCH] Remove the "done" message displayed at the end of the compilation with Rhino. --- lib/less/rhino.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/less/rhino.js b/lib/less/rhino.js index 1b836afd..1f5ca3ba 100644 --- a/lib/less/rhino.js +++ b/lib/less/rhino.js @@ -445,5 +445,4 @@ function writeFile(filename, content) { writeError(e, options); quit(1); } - console.log("done"); }(arguments));