Skip to content

Commit

Permalink
fix: log
Browse files Browse the repository at this point in the history
  • Loading branch information
dzehnder committed Aug 23, 2024
1 parent 0f2008e commit f7cbd19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/spacecat-shared-google-client/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ export default class GoogleClient {
await this.#refreshToken();

const apiEndpoint = 'https://searchconsole.googleapis.com/v1/urlInspection/index:inspect';
console.log(this.authClient.credentials.access_token);

const response = await httpFetch(apiEndpoint, {
method: 'POST',
Expand Down

0 comments on commit f7cbd19

Please sign in to comment.