woocommerce-android
woocommerce-android copied to clipboard
Remove Diagnostic Logs from Order Navigation
Description
The diagnostic logs that were introduced to trace the navigation in the onBackPressCallback within the OrderListFragment
have served their purpose. Once we have a successful deployment and verification of the fix in version 18.4, these logs can be safely removed to clean up the codebase. This removal will help in reducing the clutter and potential performance overhead associated with unnecessary logging.
Action Items
- Review the logs related to back navigation from the Orders screen.
- Confirm the stability of the back navigation post-fix.
- Remove the diagnostic logs if no further issues are observed.
🚫 Please add a type label (e.g. type: enhancement) and a feature label (e.g. feature: stats) to this issue.
The logs were introduced in https://github.com/woocommerce/woocommerce-android/pull/11211/files