Skip to content

Commit c426bdb

Browse files
committed
Remove browser
1 parent 39ac7af commit c426bdb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/util/error/createError.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import Resource from "../../resource";
22
import { VideomailClientOptions } from "../../types/options";
3-
import getBrowser from "../getBrowser";
43
import { isAudioEnabled } from "../options/audio";
54
import pretty from "../pretty";
65
import HTTPVideomailError from "./HTTPVideomailError";
@@ -34,7 +33,6 @@ function createError(errorParams: ErrorParams) {
3433
const classList = errorParams.classList ?? [];
3534

3635
const audioEnabled = isAudioEnabled(options);
37-
const browser = getBrowser(options);
3836

3937
const errName = err?.name ?? err?.constructor.name;
4038

0 commit comments

Comments
 (0)