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}) => {