From 7e53bfb9bb7c53ab0968da5a4c5337d16695f9a6 Mon Sep 17 00:00:00 2001 From: dzdidi Date: Thu, 15 Feb 2024 17:48:12 +0000 Subject: [PATCH] cleanups Signed-off-by: dzdidi --- src/utils.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/utils.js b/src/utils.js index b6f9abc..f7c8e7d 100644 --- a/src/utils.js +++ b/src/utils.js @@ -28,8 +28,6 @@ function logBranches(repoACL) { console.log('Protected Branch(s):', '\t', repoACL.protectedBranches.join(', ')) } - - module.exports = { printACL, printACLForUser,