Skip to content

Commit

Permalink
remove rec.pipe(es)
Browse files Browse the repository at this point in the history
  • Loading branch information
myf committed Apr 25, 2014
1 parent eb68332 commit cf466df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/pull_fh.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ rec.on('error', function(err) {
console.log(err);
});

rec.pipe(ws);

module.exports = {
rec: rec
};
Expand Down

0 comments on commit cf466df

Please sign in to comment.