diff --git a/lxc.js b/lxc.js index 964c6a7..4897acb 100644 --- a/lxc.js +++ b/lxc.js @@ -51,7 +51,6 @@ module.exports = function(config){ }; obj.info = function(name, callback){ - var output = ''; sysExec('lxc-info -n '+name, function(data){ console.log('info', name, data) @@ -89,4 +88,4 @@ module.exports = function(config){ }; return obj; -}; \ No newline at end of file +};