diff --git a/util.js b/util.js index 2d2577c..3e40463 100644 --- a/util.js +++ b/util.js @@ -86,13 +86,3 @@ exports.readFile = function (parse) { }) }) } - -if(!module.parent) { - pull( - pull.values(['.']), - starStar(), - pull.drain(console.log) - ) -} - -