remove unneded print
This commit is contained in:
parent
e874a5e00b
commit
0e0fd61c65
|
@ -54,8 +54,6 @@ class DeviceKeysList {
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<KeyVerification> startVerification() async {
|
Future<KeyVerification> startVerification() async {
|
||||||
print('++++++++++++');
|
|
||||||
print(client.toString());
|
|
||||||
final roomId =
|
final roomId =
|
||||||
await User(userId, room: Room(client: client)).startDirectChat();
|
await User(userId, room: Room(client: client)).startDirectChat();
|
||||||
if (roomId == null) {
|
if (roomId == null) {
|
||||||
|
|
Loading…
Reference in a new issue