From 97123f05a19a1cbec41ef4b7b72adf0c3f681113 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Wed, 14 Jul 2010 12:28:09 +0200 Subject: make fix - check for occurrence of FIXME in all lib/*.js files. - clear out obsolete ones - add fix target as dependency of all one. --- lib/logger.js | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/logger.js') diff --git a/lib/logger.js b/lib/logger.js index ecd7e27..df01d37 100644 --- a/lib/logger.js +++ b/lib/logger.js @@ -31,7 +31,6 @@ Logger.prototype.addLogRecord = function(that) { comment = comment.trim(); rec.comment = comment; console.log("rec.comment = " + rec.comment); - // FIXME We break on the following line. Not sure what's going on! var dateStr = utilMod.getISODate(rec.date); console.log("rec.date = " + rec.date + ", dateStr = " + dateStr); var urlStr = urlMod.URL(rec.url).host; -- cgit