remove debug output

This commit is contained in:
Joeri Exelmans 2025-11-13 22:49:16 +01:00
parent 74361eb162
commit bdc2a66b1c

View file

@ -52,8 +52,6 @@ export async function checkProperty(plant: Plant<RT_Statechart, any>, property:
} }
} }
console.log({cleanPlantStates, traces});
try { try {
const response = await fetch(endpoint, { const response = await fetch(endpoint, {
method: "POST", method: "POST",