From 25f4f87b49c730eaffb5e041a1585dc3dde51f7f Mon Sep 17 00:00:00 2001
From: mix irving
Date: Fri, 6 Oct 2023 12:36:51 +1300
Subject: [PATCH] remove auto-run from util.js
---
util.js | 10 ----------
1 file changed, 10 deletions(-)
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)
- )
-}
-
-