Skip to content

Commit a2a540e

Browse files
committed
chore: removing unused console.debug line [CAPI-2357]
1 parent 790f711 commit a2a540e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/adapters/REST/make-request.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ export const makeRequest = async <R>({
2929
// @ts-ignore
3030
endpoints[entityType]?.[action]
3131

32-
console.debug(endpoint)
33-
3432
if (endpoint === undefined) {
3533
throw new Error('Unknown endpoint')
3634
}

0 commit comments

Comments
 (0)