We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e346907 commit 86f6cdaCopy full SHA for 86f6cda
1 file changed
packages/jco/test/p3/future-lifts.js
@@ -488,7 +488,6 @@ suite("future<T> lifts", () => {
488
vals,
489
func: instance["jco:test-components/get-future-async"].getFutureStreamStringSpool,
490
assertEqFn: async (nestedStream, expected) => {
491
- console.log("nestedStream?", nestedStream);
492
let idx = 0;
493
for await (const value of nestedStream) {
494
assert.strictEqual(value, expected[idx]);
0 commit comments