Skip to content

Commit

Permalink
Merge pull request #364 from matrix-org/tadzik/remove-debugging-lefto…
Browse files Browse the repository at this point in the history
…vers

Remove a stray console.log()
  • Loading branch information
tadzik authored Oct 14, 2021
2 parents 67fb51d + 41824f8 commit 4519313
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/intent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,6 @@ export class Intent {
return await this.botSdkIntent.underlyingClient.getRoomStateEvent(roomId, eventType, stateKey);
}
catch (ex) {
console.log("getStateEvent", ex);
if (ex.body.errcode !== "M_NOT_FOUND" || !returnNull) {
throw ex;
}
Expand Down

0 comments on commit 4519313

Please sign in to comment.