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;