From 3fe9f14f10381242a193d91f7dc8ea0307091f8e 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