mirror of
https://github.com/karl0ss/orvibo-b25-server-kex.git
synced 2025-05-08 00:13:41 +01:00
remove console.log
This commit is contained in:
parent
5fd67de48b
commit
09092049d0
@ -16,7 +16,7 @@ const settings = {
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
console.log(settings.ORVIBO_KEY)
|
|
||||||
let orvibo = new Orvibo(settings);
|
let orvibo = new Orvibo(settings);
|
||||||
// When a socket first connects and initiates the handshake it will emit the connected event with the uid of the socket;
|
// When a socket first connects and initiates the handshake it will emit the connected event with the uid of the socket;
|
||||||
orvibo.on('plugConnected', ({uid, name}) => {
|
orvibo.on('plugConnected', ({uid, name}) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user