remove debug log lol

This commit is contained in:
CoolElectronics 2024-02-17 17:21:56 -05:00
parent 6fc2174032
commit fcc411d842
No known key found for this signature in database
GPG key ID: F63593D168636C50

1
js.js
View file

@ -97,7 +97,6 @@ export function handle(ptr, callback) {
}
let mapfn = ptr[USE_MAPFN];
console.log(mapfn);
if (mapfn) val = mapfn(val);
callback(val);
}