Skip to content

Commit

Permalink
fix: remove accidental console log
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Aug 19, 2024
1 parent 5d31f46 commit fc047a6
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ export class DiscordCustomEmoji extends LitElement {
protected override render() {
const name = `:${this.name}:`;

console.log(name, this.jumbo);

return html`<span
class=${classMap({
'discord-embed-custom-emoji': this.embedEmoji,
Expand Down

0 comments on commit fc047a6

Please sign in to comment.