windmill-utils-internal 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -194,8 +194,6 @@ function argSigToJsonSchemaType(t, oldS) {
|
|
|
194
194
|
newS[field] = oldS[field];
|
|
195
195
|
}
|
|
196
196
|
});
|
|
197
|
-
console.log("newS", JSON.stringify(newS, null, 2));
|
|
198
|
-
console.log("oldS", JSON.stringify(oldS, null, 2));
|
|
199
197
|
if (oldS.type != newS.type) {
|
|
200
198
|
for (const prop of Object.getOwnPropertyNames(newS)) {
|
|
201
199
|
if (prop != "description") {
|