Skip to content

Commit d8d86f9

Browse files
committed
remove console.error
1 parent 5495170 commit d8d86f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/client/src/relewise.client.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ export abstract class RelewiseClient {
7979
const responseMessage = await response.json();
8080
return responseMessage as TResponse;
8181
} catch (err) {
82-
console.error(err);
8382
return undefined;
8483
}
8584
}

0 commit comments

Comments
 (0)