diff --git a/index.js b/index.js index 25a58f9..6505031 100644 --- a/index.js +++ b/index.js @@ -114,9 +114,8 @@ module.exports = function(source) { loadDependencies.catch(function(depErr) { callback(depErr); }).then(function() { - console.dir(result) callback(err, result); }); }); }); -}; \ No newline at end of file +};