We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 988265a commit 2a7b0d5Copy full SHA for 2a7b0d5
controllers/plantationformData.controller.js
@@ -74,7 +74,7 @@ exports.postPlantationformData = asyncHandler(async (req, res) => {
74
]);
75
76
const form_id = formResult.insertId;
77
- console.log("Form ID:", form_id);
+ //console.log("Form ID:", form_id);
78
79
//console.log(plantationformData.landDevelopment.workType);
80
0 commit comments