Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 76de178

Browse files
chore: remove console log
1 parent 81c9b52 commit 76de178

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

studio/src/app/handlers/editor/events/deck/deck-events.handler.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,6 @@ export class DeckEventsHandler {
140140
};
141141

142142
private onSlideChange = async ($event: CustomEvent) => {
143-
console.log('yo', $event);
144-
145143
if (!$event || !$event.detail) {
146144
return;
147145
}

0 commit comments

Comments
 (0)