Skip to content

Commit

Permalink
chore(code-previews): remove unnecessary log statement (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexledesma authored Apr 28, 2022
1 parent 67a9213 commit 46f3d72
Show file tree
Hide file tree
Showing 7 changed files with 23,415 additions and 23,842 deletions.
15,749 changes: 7,804 additions & 7,945 deletions dist/deploy/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/deploy/index.js.map

Large diffs are not rendered by default.

15,751 changes: 7,804 additions & 7,947 deletions dist/preview/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/preview/index.js.map

Large diffs are not rendered by default.

15,749 changes: 7,804 additions & 7,945 deletions dist/update-only/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/update-only/index.js.map

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions src/preview-action.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ async function run() {

const client = new DagsterCloudClient(endpoint, apiToken);

core.info(github.context.pull_request);

const codePreview = {
commitMessage: github.context.payload.pull_request.head.label,
branchName: github.context.payload.pull_request.head.ref,
Expand Down

0 comments on commit 46f3d72

Please sign in to comment.