Skip to content

Commit 1f7112b

Browse files
committed
Remove now-obsolete logging
I couldn’t figure out which client to start, now I know.
1 parent 1e6f3e3 commit 1f7112b

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

packages/runtime-common/matrix-client.ts

-12
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,6 @@ export class MatrixClient {
4040
this.username = username;
4141
this.password = password;
4242
this.seed = seed;
43-
44-
console.trace(
45-
'matrix clien created for username ' +
46-
this.username +
47-
' client index ' +
48-
this.clientIndex,
49-
);
50-
51-
if (this.clientIndex === 3) {
52-
console.log("skpping logging in but it's 3");
53-
// this.login();
54-
}
5543
}
5644

5745
getUserId() {

0 commit comments

Comments
 (0)