Skip to content

Commit

Permalink
remove useless Console.WriteLine
Browse files Browse the repository at this point in the history
  • Loading branch information
lihsai0 committed Dec 6, 2023
1 parent 8743dac commit 34080d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Qiniu/Storage/BucketManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,6 @@ public string SetObjectLifecycleOp(

result += "/cond/" + Base64.UrlSafeBase64Encode(query);
}
Console.WriteLine(result);

return result;
}
Expand Down

0 comments on commit 34080d0

Please sign in to comment.