remove unused log from switch
This commit is contained in:
@@ -56,7 +56,7 @@ export async function activate() {
|
||||
break;
|
||||
|
||||
default:
|
||||
console.log(c.key);
|
||||
break;
|
||||
}
|
||||
});
|
||||
if (gitName !== name || gitEmail !== email) {
|
||||
|
||||
Reference in New Issue
Block a user