chore: remove result log

This commit is contained in:
amhsirak
2024-11-19 16:58:18 +05:30
parent f027cabdf3
commit 5c3ec1ca02

View File

@@ -767,7 +767,6 @@ router.post("/robots/:id/runs", requireAPIKey, async (req: AuthenticatedRequest,
return res.status(401).json({ ok: false, error: 'Unauthorized' });
}
const runId = await handleRunRecording(req.params.id, req.user.dataValues.id);
console.log(`Result`, runId);
if (!runId) {
throw new Error('Run ID is undefined');