mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Remove console.warn
This commit is contained in:
parent
f9ec94be67
commit
b728369237
@ -11,8 +11,6 @@ onmessage = async message => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
self.onmessage = async message => {
|
self.onmessage = async message => {
|
||||||
console.warn(message.data)
|
|
||||||
|
|
||||||
// This will queue further commands up until the module is fully initialised:
|
// This will queue further commands up until the module is fully initialised:
|
||||||
await initialised;
|
await initialised;
|
||||||
child_entry_point(message.data);
|
child_entry_point(message.data);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user