Merge pull request #287 from hindessm/spurious-require-of-events-singleton

Remove spurious require of the events singleton.
This commit is contained in:
Nick O'Leary 2014-07-23 10:19:05 +01:00
commit 14a1899c23
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@
* limitations under the License.
**/
var events = require("./events");
var server = require("./server");
var nodes = require("./nodes");
var library = require("./library");