mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Remove unused references to red/red.js
This commit is contained in:
@@ -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 = [];
|
||||
|
Reference in New Issue
Block a user