diff --git a/test/test_matrixroomhandler.ts b/test/test_matrixroomhandler.ts
index 142becea3ba0263d100b09cd1e8f665b50b91574..d6bf81d7c2f2fe93b0ce0b267edd37a1b6d6562e 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;
             });
         });