Remove a whole lot of `console.log()` calls. They were useful during development, but not really suitable for production environments. Because they also include (potentially large) objects, they can even slow down the webapp itself.