Skip to content

Commit 838bf03

Browse files
committed
Remove console.log
1 parent 1e2869d commit 838bf03

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/webapp/app/routes/resources.runs.$runId.rerun.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ export const action: ActionFunction = async ({ request, params }) => {
2525
const formData = await request.formData();
2626
const submission = parse(formData, { schema });
2727

28-
console.log(submission);
29-
3028
if (!submission.value) {
3129
return redirectWithErrorMessage(
3230
rootPath(),

0 commit comments

Comments
 (0)