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 Sep 30, 2019
1 parent 4faf124 commit c815f95
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' );

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

0 comments on commit c815f95

Please sign in to comment.