Remove unused references to red/red.js

This commit is contained in:
Mark Hindess
2014-07-23 20:02:28 +01:00
parent 9a60294813
commit 406581d522
2 changed files with 0 additions and 2 deletions

View File

@@ -204,7 +204,6 @@ function init(_settings) {
function load() {
return when.promise(function(resolve,reject) {
var RED = require("../red.js");
loadNodes(__dirname+"/../../nodes").then(function(loadedNodes) {
var promises = [];