Skip to content

Commit

Permalink
chor: removes dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
am-casper committed Apr 13, 2024
1 parent 61895eb commit 7cf99af
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions lib/presentation/feedback/bloc/feedback_page_bloc.dart
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,6 @@ class FeedbackPageBloc extends Bloc<FeedbackPageEvent, FeedbackPageState> {
),
);
}

// bool submissionSuccessful = true;
// if (submissionSuccessful) {}
// else {
// emit(
// FeedbackPageState(
// rating: event.rating,
// description: event.description,
// submitted: false,
// error: true,
// ),
// );
// }
}

void _onDescriptionChange(FeedbackPageDescriptionChangedEvent event,
Expand Down

0 comments on commit 7cf99af

Please sign in to comment.