-
Notifications
You must be signed in to change notification settings - Fork 102
🔇 Remove Unnecessary Logging #924
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #924 +/- ##
===========================================
- Coverage 99.70% 99.70% -0.01%
===========================================
Files 71 71
Lines 8848 8847 -1
Branches 1154 1154
===========================================
- Hits 8822 8821 -1
Misses 23 23
Partials 3 3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Hi @aacic, Have you tried using DuplicateFilter? tiatoolbox/tiatoolbox/__init__.py Lines 54 to 68 in bae6c2e
I can merge this PR if you think DuplicateFilter will not be useful. Here is example usage: Lines 110 to 133 in bae6c2e
|
@shaneahmed IMO it shouldn't be logged at all, it is a leftover while I was debugging the code. I just want to remove it. |
- Unnecessary logging was introduced in the TissueImageAnalytics#897
Unnecessary logging was introduced in the #897
The error log now appears in the console on every WSI read.