Remove console.warn

This commit is contained in:
Maximilian Ammann 2022-04-06 18:04:43 +02:00
parent f9ec94be67
commit b728369237

View File

@ -11,8 +11,6 @@ onmessage = async message => {
});
self.onmessage = async message => {
console.warn(message.data)
// This will queue further commands up until the module is fully initialised:
await initialised;
child_entry_point(message.data);