From b1f17669e6150836b0e61d3ca5e025a99ee8635a Mon Sep 17 00:00:00 2001 From: balthazarbk Date: Wed, 20 May 2026 10:36:30 +0200 Subject: [PATCH] Remove console log of current branch --- src/globals.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/globals.ts b/src/globals.ts index a5a93e5..408b6a7 100644 --- a/src/globals.ts +++ b/src/globals.ts @@ -50,7 +50,6 @@ export const getCurrentBranch = async ( cwd: config.photowall_repo, trim: true, }); - console.log(`branch`, branch); return branch; } return null;