Skip to content

Commit e3097f0

Browse files
committed
💩
1 parent a344717 commit e3097f0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

‎util/deno.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gaubee/util",
3-
"version": "0.35.1",
3+
"version": "0.35.2",
44
"exports": {
55
"./abort": "./src/abort.ts",
66
"./bigint": "./src/bigint.ts",

‎util/src/func.ts‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,6 @@ export const func_parallel_limit = <T extends Func<void>>(
337337
return;
338338
}
339339
const func = next.value;
340-
console.log("qaq", func);
341340
//@ts-ignore
342341
const result = (await func_catch(func)()) as FuncCatch.Return<unknown, Func.Return<T>>;
343342
void returns.emit({source: func, result});

0 commit comments

Comments
 (0)