diff --git a/Storage/Storage/Internal/Codec/LCDecoder.cs b/Storage/Storage/Internal/Codec/LCDecoder.cs index ae920a0..b4b9770 100644 --- a/Storage/Storage/Internal/Codec/LCDecoder.cs +++ b/Storage/Storage/Internal/Codec/LCDecoder.cs @@ -75,7 +75,6 @@ namespace LeanCloud.Storage.Internal.Codec { } public static LCACL DecodeACL(Dictionary dict) { - Console.WriteLine($"count: {dict.Count}"); LCACL acl = new LCACL(); foreach (KeyValuePair kv in dict) { string key = kv.Key;