From 09092049d0de168a2fcc359ac35b119299478129 Mon Sep 17 00:00:00 2001 From: karl0ss Date: Sat, 13 Jul 2019 23:38:40 +0100 Subject: [PATCH] remove console.log --- Example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example.js b/Example.js index f6860a1..a33361c 100644 --- a/Example.js +++ b/Example.js @@ -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}) => {