Skip to content

Commit bb50abd

Browse files
remove print and add TODO
1 parent 69946f8 commit bb50abd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

catalyst_voices/apps/voices/lib/widgets/modals/proposals/create_new_proposal_dialog.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import 'package:catalyst_voices_view_models/catalyst_voices_view_models.dart';
1414
import 'package:flutter/material.dart';
1515
import 'package:flutter/services.dart';
1616

17+
// TODO(damian-molinski): this widget have to be refactored into smaller files.
1718
class CreateNewProposalDialog extends StatefulWidget {
1819
final SignedDocumentRef? categoryRef;
1920

catalyst_voices/packages/internal/catalyst_voices_blocs/lib/src/proposal_builder/new_proposal/new_proposal_cubit.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ class NewProposalCubit extends Cubit<NewProposalState>
8787
}
8888

8989
Future<void> load({SignedDocumentRef? categoryRef}) async {
90-
print('load.categoryRef -> $categoryRef');
9190
_cache = _cache.copyWith(categoryRef: Optional(categoryRef));
9291

9392
emit(NewProposalState.loading());

0 commit comments

Comments
 (0)