diff --git a/lib/src/Store.dart b/lib/src/Store.dart index 6602ac4..fe036c2 100644 --- a/lib/src/Store.dart +++ b/lib/src/Store.dart @@ -183,7 +183,7 @@ class Store { switch (userUpdate.eventType) { case "m.direct": - print("New direct update: ${userUpdate.content}, type: ${userUpdate.content["content"].runtimeType}"); + print("New direct update: type: ${userUpdate.content["content"].runtimeType}"); if (userUpdate.content["content"] is Map>) { print("Is a Map of String to List of Strings"); Map> directMap = userUpdate.content["content"];