diff --git a/tracker/tracker/src/common/webworker.ts b/tracker/tracker/src/common/webworker.ts index 0ecfdfd07..36228626c 100644 --- a/tracker/tracker/src/common/webworker.ts +++ b/tracker/tracker/src/common/webworker.ts @@ -17,11 +17,6 @@ type Auth = { beaconSizeLimit?: number } -type Log = { - type: "log" - log: WorkerActivityLogStatus -} - export enum WorkerActivityLogStatus { Off, Console,