Skip to content

Commit 4519313

Browse files
authored
Merge pull request #364 from matrix-org/tadzik/remove-debugging-leftovers
Remove a stray console.log()
2 parents 67fb51d + 41824f8 commit 4519313

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/intent.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,6 @@ export class Intent {
834834
return await this.botSdkIntent.underlyingClient.getRoomStateEvent(roomId, eventType, stateKey);
835835
}
836836
catch (ex) {
837-
console.log("getStateEvent", ex);
838837
if (ex.body.errcode !== "M_NOT_FOUND" || !returnNull) {
839838
throw ex;
840839
}

0 commit comments

Comments
 (0)