Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Leticia-Arisa-K-Higa committed Dec 16, 2024
2 parents b9d6ea3 + 8f4d525 commit 3ea53c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions catavento/lib/bloc/demanda_bloc.dart
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ class DemandaBloc extends Bloc<DemandaEvent, DemandaState> {

final dataAdicao = DateFormat(timeFormat).format(DateTime.now());

print('Teste');
print(event.descricao);

final demanda = {
Expand All @@ -88,7 +87,7 @@ class DemandaBloc extends Bloc<DemandaEvent, DemandaState> {
'status_cobertura': 0,
'status_aplique': 0,
'data_adicao': dataAdicao,
'prioridade': 'media',
'loja': 'Não especificada',
};

if (fotoUrl != null) {
Expand Down

0 comments on commit 3ea53c1

Please sign in to comment.