Skip to content

Commit 72fbb33

Browse files
author
Michael Brewer
committed
chore: remove until fully understood
1 parent 2943e51 commit 72fbb33

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/logger/src/Logger.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,6 @@ class Logger implements ClassThatLogs {
253253

254254
return (key, value) => {
255255
let item = value;
256-
// noinspection SuspiciousTypeOfGuard
257256
if (item instanceof Error) {
258257
item = this.getLogFormatter().formatError(item);
259258
}

0 commit comments

Comments
 (0)