Skip to content

Commit 54e887a

Browse files
docs: remove now useless comment
1 parent 5f8a5c0 commit 54e887a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/core/src/interaction-output.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ export class InteractionOutput implements WoT.InteractionOutput {
124124
// validate the schema
125125
const validate = ajv.compile<T>(this.schema);
126126

127-
// Note: validation for action output should take place only if action is synchronous!
128127
if (this.enforceValidation && !validate(json)) {
129128
debug(`schema = ${util.inspect(this.schema, { depth: 10, colors: true })}`);
130129
debug(`value: ${json}`);

0 commit comments

Comments
 (0)