GeoTIFF / georaster

Wrapper around Georeferenced Rasters like GeoTIFF and soon JPG and PNG that provides a standard interface
Apache License 2.0
81 stars 32 forks source link

Hide console.log('main thread received message') in the production environment #33

Open dcc82 opened 5 years ago

dcc82 commented 5 years ago

Hello,

Is it possible to hide the following two messages in the production environment. They are currently triggered by console.log()

  1. posting from web wroker...
  2. main thread received message..

Thanks.

DanielJDufour commented 5 years ago

Hi, @dcc82 . great catch. I'll make sure we do that next after we get this PR in https://github.com/GeoTIFF/georaster/pull/31