remove debug info

This commit is contained in:
Ste Vaidis 2023-09-17 11:18:15 +03:00
parent a60974485f
commit f1b1d06e5d

View File

@ -154,7 +154,6 @@ const Create = (props) => {
/>
</div>
</form>
{JSON.stringify(formData)}
</div>
);
}