Remove unnecessary extra declaration

This commit is contained in:
mmcw-dev 2017-12-20 01:20:07 -05:00
parent 6c8607bbc5
commit afcc05a2e7
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
var serialport = require('serialport'),
SerialPort = serialport.SerialPort,
var SerialPort = require('serialport'),
exec = require('child_process').exec,
eventEmitter,
mcopy = {};