Skip to content

Commit

Permalink
remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
dacbd committed Aug 5, 2022
1 parent a9cf9a2 commit 5eedb97
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/terraform.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const iterativeProviderTpl = ({ tpiVersion }) => ({
});

const iterativeCmlRunnerTpl = (opts = {}) => {
var obj = {
const tfObj = {
...iterativeProviderTpl(opts),
resource: {
iterative_cml_runner: {
Expand Down Expand Up @@ -115,8 +115,7 @@ const iterativeCmlRunnerTpl = (opts = {}) => {
}
}
};
console.log(JSON.stringify(obj));
return obj;
return tfObj;
};

const checkMinVersion = async () => {
Expand Down

1 comment on commit 5eedb97

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

CML watermark

Please sign in to comment.