multiserver
multiserver copied to clipboard
Remove unused escape characters and variables
Allocating unused variables and using unused escape characters makes it hard to know which things actually require human attention. Some runtimes allocate memory for these variables, but I don't think that's a problem with Node.js.