fix(mining-app): 移除遗留的 kDebugMode 调试代码

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
hailin 2026-01-29 09:48:51 -08:00
parent 7560940e14
commit c02d0b4c3c
1 changed files with 0 additions and 3 deletions

View File

@ -114,9 +114,6 @@ class _ContributionRecordsListPageState extends ConsumerState<ContributionRecord
final isSelected = _selectedSourceType == type;
return GestureDetector(
onTap: () {
if (kDebugMode) {
print('[ContributionRecords] Filter tapped: $label (type: $type)');
}
setState(() {
_selectedSourceType = type;
_currentPage = 1;