[Pkg-javascript-commits] [less.js] 40/50: Remove the "done" message displayed at the end of the compilation with Rhino.
Jonas Smedegaard
dr at jones.dk
Mon Oct 26 23:22:38 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a commit to annotated tag v1.7.1
in repository less.js.
commit f94c41fe4236fa06208c0274e74f190708dd0ced
Author: Guillaume Delhumeau <guillaume.delhumeau at xwiki.com>
Date: Tue May 20 16:08:47 2014 +0200
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 1b836af..1f5ca3b 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));
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/less.js.git
More information about the Pkg-javascript-commits
mailing list