diff --git a/src/app/channel/channelManager.js b/src/app/channel/channelManager.js
index 8facbac..00805ab 100644
--- a/src/app/channel/channelManager.js
+++ b/src/app/channel/channelManager.js
@@ -79,8 +79,6 @@ module.exports.handleConnection = async function(io, socket){
//Get active channel
var activeChan = activeChannels.get(socket.chan);
- console.log(socket);
-
//If we have more than one active connection
if(activeChan.userList.get(socket.user.user).length > 1){
//temporarily store list of active user sockets
diff --git a/src/views/channel.ejs b/src/views/channel.ejs
index 0afe0ad..496316a 100644
--- a/src/views/channel.ejs
+++ b/src/views/channel.ejs
@@ -81,28 +81,30 @@ along with this program. If not, see
NULL PANEL
- - - +NULL PANEL
+ + + +