-
Notifications
You must be signed in to change notification settings - Fork 10.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Useless debug key set in local storage #2610
Comments
https://github.com/visionmedia/debug/blob/master/browser.js#L127 Blame debug, not socket.io |
Maybe it's possible to put key deletion when undefined where you need ? |
The problem is just that this is a useless key and the guys from Etherpad said it was Socket.io's fault. |
See ether/etherpad-lite#2985 (comment):
So can you remove this debug module? |
That issue was closed automatically. Please check if your issue is fixed with the latest release, and reopen if needed (with a fiddle reproducing the issue if possible). |
Please reopen (one cannot do it by themselves when the author closes the issue) the issue as this debug module is still a dependency and you still gave no explanation for what this is used. |
Please see https://socket.io/docs/logging-and-debugging/. If you're using webpack, you could use something like strip-loader to remove those lines from your bundle (see example) |
Socket.io seems to set this key, always when it is used:
Socket.io v1.4.5
Discovered in Etherpad, see ether/etherpad-lite#2985 (comment)
The text was updated successfully, but these errors were encountered: