mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
chore: remove debug logs
This commit is contained in:
@@ -7,8 +7,6 @@ export default async function handler(
|
||||
) {
|
||||
const { code, gitlabId } = req.query;
|
||||
|
||||
console.log("DEBUG: res.query: ", res);
|
||||
|
||||
if (!code || Array.isArray(code)) {
|
||||
return res.status(400).json({ error: "Missing or invalid code" });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user