Skip to content

Commit

Permalink
Remove fatal type from the enum
Browse files Browse the repository at this point in the history
  • Loading branch information
MatiPl01 committed Sep 3, 2024
1 parent 1ff7a0a commit ec4f928
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react-native-reanimated/src/logger/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ type LogFunction = (data: LogData) => void;
export enum LogLevel {
warn = 1,
error = 2,
fatal = 3,
}

export type LoggerConfig = {
Expand Down

0 comments on commit ec4f928

Please sign in to comment.