Skip to content

Commit

Permalink
chore: Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
d3caf committed Jan 3, 2024
1 parent 70072f3 commit e695679
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/lib/nr-graphql-helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ export const fetchNRGraphqlResults = async <Variables, ResponseData>(
): Promise<NerdGraphResponseWithLocalErrors<ResponseData>> => {
const NR_API_URL = process.env.NR_API_URL || '';
const NR_API_TOKEN = process.env.NR_API_TOKEN || '';
console.log('URL', NR_API_URL)

let results;
let graphqlErrors: ErrorOrNerdGraphError[] = [];
Expand Down

0 comments on commit e695679

Please sign in to comment.