From 8c0d3bd6da70accd8a08289f53a5b29bcee581f7 Mon Sep 17 00:00:00 2001 From: william Date: Mon, 8 Feb 2016 13:28:45 -0500 Subject: [PATCH] stuff --- lxc.js | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/lxc.js b/lxc.js index 6d70fe2..3d6223f 100644 --- a/lxc.js +++ b/lxc.js @@ -256,11 +256,4 @@ lxcORM.prototype.list = function(callback){ }; - -module.exports = lxcORM; - -var orm = new lxcORM() -orm.ready(function(){ - console.log('calling ready', arguments, this); -}) -// setTimeout(function(){console.log(orm)}, 5000) +module.exports = new lxcORM();