Skip to content

Commit a6fd7e6

Browse files
committed
remove unused arg
1 parent fbfce7a commit a6fd7e6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/core/src/integrations/consola.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,6 @@ export function createConsolaReporter(options: ConsolaReporterOptions = {}): Con
192192
// eslint-disable-next-line @typescript-eslint/no-unused-vars
193193
const { type, level, message: consolaMessage, args, tag, date: _date, ...rest } = logObj;
194194

195-
const hasExtraLogObjKeys = Object.keys(rest).length > 0;
196-
197195
// Get client - use provided client or current client
198196
const client = providedClient || getClient();
199197
if (!client) {

0 commit comments

Comments
 (0)