I would like remove the debug frame mode.
I use express,redis,socket.io and connect-redis
I do not know where it comes from

someone has an idea?
feedback
|
|
Update To completely remove debugging use:
Where You forgot to mention you are also using socket.io. This is coming from socket.io. You can disable this by configuration:
| |||||||||||||
feedback
|
|
Just configure the log level to number 1 to avoid income unnecessary messages. You can figure out more information about Socket.IO options on this link. | |||
|
feedback
|