From eff80d1eddb7175297e5be54700a96848b7cd14e Mon Sep 17 00:00:00 2001
From: Will Hunt <will@half-shot.uk>
Date: Tue, 20 Aug 2019 00:37:21 +0100
Subject: [PATCH] Accidental commit of console lines

---
 src/matrixcommandhandler.ts | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/matrixcommandhandler.ts b/src/matrixcommandhandler.ts
index 6bf68e9..3d266b0 100644
--- a/src/matrixcommandhandler.ts
+++ b/src/matrixcommandhandler.ts
@@ -78,7 +78,6 @@ export class MatrixCommandHandler {
                     subcat: "m.room.power_levels",
                 },
                 run: async ({guildId, channelId}) => {
-                    console.log(roomEntry);
                     if (roomEntry && roomEntry.remote) {
                         return "This room is already bridged to a Discord guild.";
                     }
@@ -174,7 +173,6 @@ export class MatrixCommandHandler {
         };
 
         const permissionCheck: CommandPermissonCheck = async (permission) => {
-            console.log("Wap");
             if (permission.selfService && !this.config.bridge.enableSelfServiceBridging) {
                 return "The owner of this bridge does not permit self-service bridging.";
             }
-- 
GitLab