Skip to content

Commit 2a7b0d5

Browse files
Update plantationformData.controller.js
1 parent 988265a commit 2a7b0d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/plantationformData.controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ exports.postPlantationformData = asyncHandler(async (req, res) => {
7474
]);
7575

7676
const form_id = formResult.insertId;
77-
console.log("Form ID:", form_id);
77+
//console.log("Form ID:", form_id);
7878

7979
//console.log(plantationformData.landDevelopment.workType);
8080

0 commit comments

Comments
 (0)