diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-07-14 12:28:09 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-07-14 16:44:25 +0200 |
commit | 97123f05a19a1cbec41ef4b7b72adf0c3f681113 (patch) | |
tree | b6795a046b6f374f91e60ba616aa921d5c6ad107 /lib/logger.js | |
parent | 890a07ac1cfa6b60d450909a0108750db58fbbaa (diff) | |
download | bugzilla-triage-97123f05a19a1cbec41ef4b7b72adf0c3f681113.tar.gz |
make fix
- check for occurrence of FIXME in all lib/*.js files.
- clear out obsolete ones
- add fix target as dependency of all one.
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; |