1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Removing accidental requires

This commit is contained in:
zobalogh 2014-07-25 14:50:54 +01:00
parent 6c093eef99
commit 1f09c29aeb

View File

@ -14,8 +14,6 @@
* limitations under the License.
**/
var express = require('express');
var util = require('util');
var crypto = require('crypto');
var fs = require("fs");
var app = express();
var events = require("./events");