From bcf1996cbdd2118a88226b24a4c78a08fe21749b Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Fri, 25 Mar 2011 01:17:49 +0100 Subject: Working on cutting down lines from bug-page-mod.js --- lib/logger.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/logger.js') diff --git a/lib/logger.js b/lib/logger.js index 4411a72..19fabb5 100644 --- a/lib/logger.js +++ b/lib/logger.js @@ -1,5 +1,4 @@ -/ -Released under the MIT/X11 license +// Released under the MIT/X11 license // http://www.opensource.org/licenses/mit-license.php "use strict"; var urlMod = require("url"); -- cgit