mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
💄 Remove console.log
This commit is contained in:
@@ -2096,8 +2096,6 @@ export class Repository {
|
||||
}
|
||||
}).filter((b?: Branch): b is Branch => !!b);
|
||||
|
||||
console.log(branches);
|
||||
|
||||
if (branches.length) {
|
||||
const [branch] = branches;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user