chore: remove console log

This commit is contained in:
sua yoo 2024-08-20 17:34:47 -07:00
parent 10640feeef
commit 7208888a1c
No known key found for this signature in database
GPG Key ID: 5AD1B4C02D4F0567

View File

@ -54,7 +54,6 @@ export class Home extends LiteElement {
private readonly validateOrgNameMax = maxLengthValidator(40);
connectedCallback() {
console.log("saldfhjkass");
if (this.authState) {
if (this.slug) {
this.navTo(`/orgs/${this.slug}`);