oneRain 2020-05-27 15:38:00 +08:00
parent 4647128888
commit ba79cd677f
1 changed files with 0 additions and 1 deletions

View File

@ -75,7 +75,6 @@ namespace LeanCloud.Storage.Internal.Codec {
}
public static LCACL DecodeACL(Dictionary<string, object> dict) {
Console.WriteLine($"count: {dict.Count}");
LCACL acl = new LCACL();
foreach (KeyValuePair<string, object> kv in dict) {
string key = kv.Key;