Skip to content

Commit

Permalink
reverting mistakenly added console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
avikalpg committed Oct 18, 2023
1 parent 2daaa2f commit 00803af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/orchestrator.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ const orchestrator = (tabUrl, websiteUrl, userId) => {
// for hunk level high light of each file
query_params = { type: "hunk" };
const hunkResponse = await apiCallOnprem(url, body, query_params);
console.log("API details", url, body, query_params);
console.log("hunkResponse", hunkResponse);
bitBucketHunkHighlight(hunkResponse);
}
}
Expand Down

0 comments on commit 00803af

Please sign in to comment.