From 69a19e6de26a676df870b3e41bb898b02d7faa7b Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Wed, 30 Oct 2019 09:00:22 +0000 Subject: [PATCH] [Connection] Fix debug print --- lib/src/Connection.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/src/Connection.dart b/lib/src/Connection.dart index 189a39d2..a77b4277 100644 --- a/lib/src/Connection.dart +++ b/lib/src/Connection.dart @@ -466,8 +466,6 @@ class Connection { "event_id": eventID, "ts": userTimestampMap[mxid]["ts"], }; - print( - "$mxid hat $eventID um ${userTimestampMap[mxid]["ts"]} gelesen!"); } } }