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