diff --git a/apps/dokploy/pages/api/deploy/github.ts b/apps/dokploy/pages/api/deploy/github.ts index bd5ef5099..77ce8bda8 100644 --- a/apps/dokploy/pages/api/deploy/github.ts +++ b/apps/dokploy/pages/api/deploy/github.ts @@ -91,7 +91,6 @@ export default async function handler( if (req.headers["x-github-event"] === "push") { try { - console.log("githubBody", githubBody.commits); const branchName = githubBody?.ref?.replace("refs/heads/", ""); const repository = githubBody?.repository?.name; const deploymentTitle = extractCommitMessage(req.headers, req.body);