Skip to content

Commit e89ec24

Browse files
committed
remove redundant console.error
1 parent d2df1f5 commit e89ec24

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/client/src/relewise.client.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ export abstract class RelewiseClient {
7272
} catch (_) {
7373
}
7474

75-
console.error(responseMessage);
76-
7775
throw new ProblemDetailsError(`Error when calling the Relewise API.\n\nTitle: ${response.statusText}\nStatus: ${response.status}.\n\nRead more in the details property if there is error response or look in the network tab.`, responseMessage);
7876
}
7977

0 commit comments

Comments
 (0)