diff options
Diffstat (limited to 'lib/logger.js')
-rw-r--r-- | lib/logger.js | 1 |
1 files changed, 0 insertions, 1 deletions
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; |