remove console.log

This commit is contained in:
karl0ss 2019-07-13 23:38:40 +01:00
parent 5fd67de48b
commit 09092049d0

View File

@ -16,7 +16,7 @@ const settings = {
},
],
};
console.log(settings.ORVIBO_KEY)
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;
orvibo.on('plugConnected', ({uid, name}) => {