diff options
Diffstat (limited to 'lib/logger.js')
-rw-r--r-- | lib/logger.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/logger.js b/lib/logger.js index 1175bf8..1936ad5 100644 --- a/lib/logger.js +++ b/lib/logger.js @@ -82,11 +82,6 @@ Logger.prototype.timeSheetRecordsPrinter = function(body, records) { var host = urlMod.URL(x.url).host; var BZName = that.getBugzillaAbbr(x.url); var bugNo = utilMod.getBugNo(x.url); - // protection against misbehaving URLs - if (!bugNo) { - console.error("wrong record:\n" + rec.toSource() + "\n"); - return false; - } if (dayStr != currentDay) { currentDay = dayStr; body.innerHTML += "<hr/><p><strong>" + currentDay |