Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
martyncolmer committed Jul 31, 2024
1 parent 8567b8d commit 0adb8b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eq-author-api/schema/resolvers/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -1636,7 +1636,6 @@ const Resolvers = {
.then(async (res) => {
if (res.status === 200) {
const responseJson = res.data;
console.log(responseJson);
publishResult.cirId = responseJson.guid;
publishResult.cirVersion = responseJson.ci_version;
publishResult.success = true;
Expand Down

0 comments on commit 0adb8b6

Please sign in to comment.