clear console log

This commit is contained in:
dswbx
2025-02-01 12:15:48 +01:00
parent a8e78f984d
commit 8f0cef1f37

View File

@@ -76,7 +76,6 @@ export const withSchema = <TSelf extends TThis>(Self: TSelf) =>
Type.Union([Type.String(), Type.Array(Type.String()), Type.Record(Type.String(), Self)])
)
.Decode((value) => {
console.log("value:in", value);
// images
// images,comments
// ["images","comments"]