Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tkurki committed Oct 24, 2014
1 parent fec5127 commit b15a796
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/parse-nmea
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@ var Liner = require('../liner.js');
process.stdin.resume();
process.stdin.setEncoding('utf8');


//process.stdin.pipe(new Liner()).pipe(require('../nmea.js').createDefaultTransformer()).pipe(process.stdout);
process.stdin.pipe(new Liner()).pipe(require('../nmea.js').createDefaultTransformer()).pipe(require('JSONStream').stringify(false)).pipe(process.stdout);;

0 comments on commit b15a796

Please sign in to comment.