Skip to content

Commit

Permalink
chore: Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Anguiano committed Oct 1, 2024
1 parent bb7bac2 commit 3c9844c
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(NR_API_TOKEN);

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

0 comments on commit 3c9844c

Please sign in to comment.