Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(zip): remove leftover console logging #809

Merged
merged 1 commit into from
Dec 15, 2022
Merged

Conversation

piksel
Copy link
Member

@piksel piksel commented Dec 15, 2022

When merging #778, some debug logging were left in. This removes it, since it was never meant to be checked in in the first place.

Fixes #807.

I certify that I own, and have sufficient rights to contribute, all source code and related material intended to be compiled or integrated with the source code for the SharpZipLib open source product (the "Contribution"). My Contribution is licensed under the MIT License.

@codecov
Copy link

codecov bot commented Dec 15, 2022

Codecov Report

Merging #809 (050c483) into master (cdd0931) will decrease coverage by 0.00%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #809      +/-   ##
==========================================
- Coverage   74.72%   74.71%   -0.01%     
==========================================
  Files          72       72              
  Lines        8485     8483       -2     
==========================================
- Hits         6340     6338       -2     
  Misses       2145     2145              
Impacted Files Coverage Δ
src/ICSharpCode.SharpZipLib/Zip/ZipInputStream.cs 82.87% <ø> (-0.16%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@piksel piksel merged commit 77c5a97 into master Dec 15, 2022
@piksel piksel deleted the fix/zipstring-leftovers branch December 15, 2022 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Undesirable Console log while reading
1 participant