fix: remove debugging console.log

Signed-off-by: Benjamin Janssens <benji.janssens@gmail.com>
This commit is contained in:
Benjamin Janssens
2024-09-04 09:48:02 +02:00
parent 8a36e52d42
commit f582198055
@@ -226,7 +226,6 @@ const getDefaultBranch = async (opts: {
}
const { mainbranch } = await response.json();
console.log(authorization);
const defaultBranch = mainbranch.name;
if (!defaultBranch) {
throw new Error(`Could not fetch default branch for ${workspace}/${repo}`);