diff --git a/lib/src/objects/parse_session.dart b/lib/src/objects/parse_session.dart index 8fd0d9a48..1bd2fd88b 100644 --- a/lib/src/objects/parse_session.dart +++ b/lib/src/objects/parse_session.dart @@ -3,7 +3,6 @@ part of flutter_parse_sdk; class ParseSession extends ParseObject implements ParseCloneable { @override clone(Map map) { - print(map); return this.fromJson(map); }