Skip to content

Commit 0a32e9a

Browse files
refactor: remove commented out code
1 parent 52e768f commit 0a32e9a

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
@@ -83,7 +83,6 @@ export class InteractionOutput implements WoT.InteractionOutput {
8383
} else {
8484
this.#buffer = data.buffer;
8585
}
86-
//this.#buffer = data as unknown as ArrayBuffer
8786
return this.#buffer;
8887
}
8988

0 commit comments

Comments
 (0)