Skip to content

Commit

Permalink
took out unnecessary .close
Browse files Browse the repository at this point in the history
  • Loading branch information
jgautier committed Aug 11, 2011
1 parent aa1371e commit 7393d92
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/firmata.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,12 +190,6 @@ var Board=function(port,callback){
});
});
});
process.on('SIGINT',function(){
board.sp.close();
});
process.on('SIGTERM',function(){
board.sp.close();
});
}
sys.inherits(Board,events.EventEmitter);
Board.prototype.reportDigital=function(pin,bit){
Expand Down

0 comments on commit 7393d92

Please sign in to comment.