remove unused log from switch

This commit is contained in:
2021-12-07 15:02:56 +03:00
parent fdd72009b9
commit 3c9a3f8168

View File

@@ -56,7 +56,7 @@ export async function activate() {
break; break;
default: default:
console.log(c.key); break;
} }
}); });
if (gitName !== name || gitEmail !== email) { if (gitName !== name || gitEmail !== email) {