Skip to content

Commit 6747e77

Browse files
chrbayerphillwiggins
authored andcommitted
Remove forgotten debug output (#111)
* Add support for getting current session * Remove forgotten debug output
1 parent c6c5c74 commit 6747e77

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/src/objects/parse_session.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ part of flutter_parse_sdk;
33
class ParseSession extends ParseObject implements ParseCloneable {
44
@override
55
clone(Map map) {
6-
print(map);
76
return this.fromJson(map);
87
}
98

0 commit comments

Comments
 (0)