Skip to content

Commit

Permalink
feat: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Kav91 committed Oct 4, 2024
1 parent 55d290d commit 6739fe9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nerdlets/optimizer-beta/context/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -410,8 +410,6 @@ export class DataProvider extends Component {
const workloadQueue = queue((task, callback) => {
const { query } = task;

console.log(query);

NerdGraphQuery.query({
query
}).then(response => {
Expand Down

0 comments on commit 6739fe9

Please sign in to comment.