Skip to content

Commit

Permalink
Force-loading libpostal is no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
orangejulius committed Mar 10, 2020
1 parent 8d412f2 commit 80e6621
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,5 @@ app.use('/demo', express.static('demo'));
// app.use('/builds', directory('/data/builds', { hidden: false, icons: false, view: 'details' }));

app.listen( PORT, function() {

// force loading of libpostal
//analyze.street( 'test street', function() {} );

console.log( 'server listening on port', PORT );
});

0 comments on commit 80e6621

Please sign in to comment.