Remove useless console

This commit is contained in:
laphets
2018-10-17 23:45:24 +08:00
parent d8aaf716c4
commit d99dea11d1

View File

@@ -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;
}