mirror of
https://github.com/MercuryWorkshop/dreamlandjs.git
synced 2025-05-16 23:50:00 -04:00
remove debug log lol
This commit is contained in:
parent
6fc2174032
commit
fcc411d842
1 changed files with 0 additions and 1 deletions
1
js.js
1
js.js
|
@ -97,7 +97,6 @@ export function handle(ptr, callback) {
|
||||||
}
|
}
|
||||||
|
|
||||||
let mapfn = ptr[USE_MAPFN];
|
let mapfn = ptr[USE_MAPFN];
|
||||||
console.log(mapfn);
|
|
||||||
if (mapfn) val = mapfn(val);
|
if (mapfn) val = mapfn(val);
|
||||||
callback(val);
|
callback(val);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue