fix: removing console logs

This commit is contained in:
Kevin
2025-07-03 15:19:43 -05:00
parent bf9dd893f1
commit ac938e1f23

View File

@ -77,8 +77,6 @@ async function submitTextToCadRequest(
formData.append('files', file.data, file.name)
})
console.log(env(), 'huh?')
console.log(new Error().stack)
const response = await fetch(
withAPIBaseURL('/ml/text-to-cad/multi-file/iteration'),
{