remove unneded print

This commit is contained in:
Sorunome 2020-06-15 10:27:28 +02:00
parent e874a5e00b
commit 0e0fd61c65
No known key found for this signature in database
GPG Key ID: B19471D07FC9BE9C
1 changed files with 0 additions and 2 deletions

View File

@ -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) {