fix(mining-app): 移除遗留的 kDebugMode 调试代码
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
7560940e14
commit
c02d0b4c3c
|
|
@ -114,9 +114,6 @@ class _ContributionRecordsListPageState extends ConsumerState<ContributionRecord
|
||||||
final isSelected = _selectedSourceType == type;
|
final isSelected = _selectedSourceType == type;
|
||||||
return GestureDetector(
|
return GestureDetector(
|
||||||
onTap: () {
|
onTap: () {
|
||||||
if (kDebugMode) {
|
|
||||||
print('[ContributionRecords] Filter tapped: $label (type: $type)');
|
|
||||||
}
|
|
||||||
setState(() {
|
setState(() {
|
||||||
_selectedSourceType = type;
|
_selectedSourceType = type;
|
||||||
_currentPage = 1;
|
_currentPage = 1;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue