Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
kubk committed Jan 10, 2024
1 parent fed588b commit 71ce4f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/screens/deck-form/store/deck-form-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import {
import { SpeakLanguageEnum } from "../../../lib/voice-playback/speak.ts";
import { t } from "../../../translations/t.ts";
import { BooleanToggle } from "../../../lib/mobx-form/boolean-toggle.ts";
import { makeLoggable } from "mobx-log";

export type CardFormType = {
front: TextField<string>;
Expand Down Expand Up @@ -93,7 +92,6 @@ export class DeckFormStore {

constructor() {
makeAutoObservable(this, {}, { autoBind: true });
makeLoggable(this);
}

get deckFormScreen() {
Expand Down

0 comments on commit 71ce4f2

Please sign in to comment.