Remove console log of current branch

This commit is contained in:
balthazarbk
2026-05-20 10:36:30 +02:00
parent f09012555e
commit b1f17669e6
-1
View File
@@ -50,7 +50,6 @@ export const getCurrentBranch = async (
cwd: config.photowall_repo,
trim: true,
});
console.log(`branch`, branch);
return branch;
}
return null;