From 64af338a6c024ae8c626c20e5f7616662348883d Mon Sep 17 00:00:00 2001 From: william Date: Mon, 8 Feb 2016 13:55:43 -0500 Subject: [PATCH] stuff --- lxc.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/lxc.js b/lxc.js index 66a3038..7040135 100644 --- a/lxc.js +++ b/lxc.js @@ -257,10 +257,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();