Skip to content

Commit

Permalink
debugging async logs
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel Valdes Gutierrez <[email protected]>
  • Loading branch information
BigSamu committed Apr 3, 2024
1 parent b573681 commit 25495f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/handlers.utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ export const handlePullRequestLabels = async (octokit, prData, operation) => {
prData.prNumber,
SKIP_LABEL
);
console.log("Hello")
break;
case "remove-all-labels":
await labelServices.removeLabel(
Expand Down

0 comments on commit 25495f0

Please sign in to comment.