From e852d1e57cdb2cff39f7e06bd5f314e66d5e8b1b Mon Sep 17 00:00:00 2001 From: dceejay Date: Tue, 19 May 2015 09:37:29 +0100 Subject: [PATCH] remove unrequired require from Arduino node --- nodes/core/hardware/35-arduino.js | 1 - 1 file changed, 1 deletion(-) 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) {