mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
This reverts commit 0fed528b6f.
This commit is contained in:
@@ -6,6 +6,4 @@ export abstract class LogService {
|
||||
warning: (message: string) => void;
|
||||
error: (message: string) => void;
|
||||
write: (level: LogLevelType, message: string) => void;
|
||||
time: (label: string) => void;
|
||||
timeEnd: (label: string) => bigint;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user