Skip to content

Commit 020ac62

Browse files
author
Alex Page
committed
Remove debug
1 parent 64e5619 commit 020ac62

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,8 @@ const getData = () => {
7070
}
7171
}`;
7272

73-
core.debug('Before 1st query');
74-
7573
const {resource} = await octokit.graphql(fetchColumnQuery);
7674

77-
core.debug('After 1st query');
78-
7975
// All the matching projects found
8076
const repoProjects = resource.repository.projects.nodes || [];
8177
const orgProjects = (resource.repository.owner &&
@@ -118,7 +114,6 @@ const getData = () => {
118114

119115
console.log(`✅ ${action === 'opened' ? 'Added' : 'Moved'} card to ${column} in ${project}`);
120116
} catch (error) {
121-
console.log('failed here actually');
122117
core.error(error);
123118
core.setFailed(error.message);
124119
}

0 commit comments

Comments
 (0)