diff --git a/nodes/core/hardware/35-arduino.js b/nodes/core/hardware/35-arduino.js index 729fe9e7e..fd44ae934 100644 --- a/nodes/core/hardware/35-arduino.js +++ b/nodes/core/hardware/35-arduino.js @@ -17,7 +17,6 @@ module.exports = function(RED) { "use strict"; var ArduinoFirmata = require('arduino-firmata'); - var fs = require('fs'); // The Board Definition - this opens (and closes) the connection function ArduinoNode(n) {