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