Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
vovakulikov committed Jul 29, 2024
1 parent 4cb1526 commit e9f620a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vscode/src/models/sync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,6 @@ async function fetchServerSideModels(endpoint: string): Promise<ServerModelConfi
const userAccessToken = await secretStorage.getToken(endpoint)
const customHeaders = getConfiguration().customHeaders ?? {}

console.log('customHeaders', customHeaders)

// Fetch the data via REST API.
// NOTE: We may end up exposing this data via GraphQL, it's still TBD.
const client = new RestClient(endpoint, userAccessToken, customHeaders)
Expand Down

0 comments on commit e9f620a

Please sign in to comment.