Skip to content
This repository has been archived by the owner on Jan 26, 2020. It is now read-only.

Commit

Permalink
remove debug info from preparsed json
Browse files Browse the repository at this point in the history
  • Loading branch information
Alim Akbashev committed Dec 6, 2014
1 parent 4c8546f commit 5e1b63c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/node-preparse.js
Expand Up @@ -39,7 +39,6 @@ var files = [ 'africa'
var zoneFile = _tz.zoneFiles[i];
if (EXCLUDED.test(zoneFile)) continue;
var zoneData = fs.readFileSync(baseDir + '/' + zoneFile, 'utf8');
console.log('parsing', zoneFile);
_tz.parseZones(zoneData);
}
if (cities) {
Expand Down

0 comments on commit 5e1b63c

Please sign in to comment.