removing console.log

This commit is contained in:
Damien HENRY 2022-06-10 12:43:51 +00:00
parent f180c96d80
commit 63a386416a

View File

@ -22,7 +22,6 @@ router.post("/", async function (req, res, next) {
try {
//check data received
let xhr = HelperXhr.setSettings(req);
console.log(xhr);
if (Array.isArray(xhr) && xhr[0].payload.diagramId) {
const id = xhr[0].payload.diagramId;
if (id) {