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();