From a4221e9d691a21240595ef72784c5c885426c6c8 Mon Sep 17 00:00:00 2001 From: Bronley Date: Wed, 24 Feb 2021 06:12:04 -0500 Subject: [PATCH] remove console.log --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index 136bc73..ec2df81 100644 --- a/index.js +++ b/index.js @@ -10,4 +10,3 @@ module.exports = { //load the contents of bslib.brs source: fs.readFileSync(path.join(__dirname, 'source', 'bslib.brs')).toString() }; -console.log(module.exports);