mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 21:11:38 +01:00
Remove useless console
This commit is contained in:
@@ -1382,9 +1382,6 @@ export class CommandCenter {
|
||||
const placeHolder = localize('select a ref to checkout', 'Select a ref to checkout');
|
||||
const choice = await window.showQuickPick(picks, { placeHolder });
|
||||
|
||||
// TODO: Judge whether it's local branch
|
||||
console.log(choice);
|
||||
|
||||
if (!choice) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user