Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dogfrogfog committed Nov 17, 2023
1 parent 844b748 commit 9bc68bb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,6 @@ export async function triggerGithubWorkflow({
},
);

console.log(await response.json());

if (response.status === 401) {
throw new Error('Invalid github token');
}
Expand Down

0 comments on commit 9bc68bb

Please sign in to comment.