From 244efdac519e667b42ad36d456e1f8da0c4d0543 Mon Sep 17 00:00:00 2001
From: Will Hunt <will@half-shot.uk>
Date: Thu, 17 May 2018 00:25:10 +0100
Subject: [PATCH] No console.log, silly dog >:(

---
 test/test_matrixroomhandler.ts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test/test_matrixroomhandler.ts b/test/test_matrixroomhandler.ts
index 142bece..d6bf81d 100644
--- a/test/test_matrixroomhandler.ts
+++ b/test/test_matrixroomhandler.ts
@@ -238,7 +238,6 @@ describe("MatrixRoomHandler", () => {
                 room_id: "!123:localhost",
                 content: {body: "!discord help"},
             }).then((evt) => {
-                console.log(evt);
                 return expect(evt.body.startsWith("Available commands")).to.be.true;
             });
         });
-- 
GitLab