💄 Remove console.log

This commit is contained in:
Ladislau Szomoru
2022-04-07 16:39:20 +02:00
parent cb1851d2dc
commit a2f6254739

View File

@@ -2096,8 +2096,6 @@ export class Repository {
}
}).filter((b?: Branch): b is Branch => !!b);
console.log(branches);
if (branches.length) {
const [branch] = branches;