Skip to content

Commit

Permalink
clean up debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaster committed Oct 28, 2022
1 parent 3018fa3 commit 2c5796c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/api-explorer/src/utils/adaptorUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ export const fullify = (uri: string, baseUrl: string): string => {
return uri
}
const url = new URL(uri, baseUrl)
console.log({ baseUrl, uri, url })
return url.toString()
}
/**
Expand Down
1 change: 0 additions & 1 deletion packages/run-it/src/utils/requestUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ export const runRequest = async (
await sdk.ok(sdk.authSession.login())
}
const url = `${basePath}${pathify(endpoint, pathParams)}`
console.log({ basePath, endpoint, url })
const raw = await sdk.authSession.transport.rawRequest(
httpMethod,
url,
Expand Down

0 comments on commit 2c5796c

Please sign in to comment.