mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-15 20:25:23 +02:00
fix: remove unnecessary log statement in Docker deploy validation
This commit is contained in:
@@ -116,7 +116,6 @@ export default async function handler(
|
||||
});
|
||||
return;
|
||||
}
|
||||
console.log("[END] Docker Deploy Validation");
|
||||
} else if (sourceType === "github") {
|
||||
const normalizedCommits = req.body?.commits?.flatMap(
|
||||
(commit: any) => commit.modified,
|
||||
|
||||
Reference in New Issue
Block a user