feat(assist): added debug logs
This commit is contained in:
parent
525a6b8337
commit
8f4871502a
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ const {
|
|||
const wsRouter = express.Router();
|
||||
|
||||
let io;
|
||||
const debug = process.env.debug === "1";
|
||||
const debug = true;//process.env.debug === "1";
|
||||
|
||||
const createSocketIOServer = function (server, prefix) {
|
||||
if (process.env.uws !== "true") {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue