Skip to content

Commit b2896a7

Browse files
committed
ParseResponse accepts list results and count
1 parent a2ebe9c commit b2896a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/src/objects/parse_acl.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ class ParseACL {
100100
_permissionsById.forEach((String user, _ACLPermissions permission) {
101101
map[user] = permission.toJson();
102102
});
103-
print(map);
104103
return map;
105104
}
106105

0 commit comments

Comments
 (0)