Skip to content

Commit

Permalink
chore: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
SuaYoo committed Aug 21, 2024
1 parent 10640fe commit 7208888
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/pages/admin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}`);
Expand Down

0 comments on commit 7208888

Please sign in to comment.