question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Remove console.log in constructor

See original GitHub issue

Any chances we can get rid of the console.log?

this.options.modules (3) ["DisplaySize", "Toolbar", "Resize"]

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:19
  • Comments:5

github_iconTop GitHub Comments

8reactions
FernandoX7commented, Feb 6, 2019

This has been removed in master now. Can we please get a new release that includes this?

0reactions
angelakicommented, Oct 12, 2021

@4d6f5079 no real solution, since a clean build would still contain it. Is someone still maintaining this project? A new build would really be great.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Disabling console.log() in production - Stack Overflow
The question has been answered and the answer has been accepted, but I want to show you a better way to disable/switch-off console.log...
Read more >
Remove console.log from Production Mode
The console. log method is a way for developers to construct code that informs them about what the code is doing in a...
Read more >
The simplest way to disable console.log for Production build in ...
In the service, you can see a function called disableConsoleInProduction(). Inside this function, we are making all the console functions void.
Read more >
The 10 Most Common JavaScript Issues Developers Face
If you guess that the console.log() call would either output undefined or ... be passed to the function constructor to be converted into...
Read more >
new operator - JavaScript - MDN Web Docs - Mozilla
Note: Properties/objects added to the constructor function's prototype property ... console.log(car1.color); // 'black' console.log(Object.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found