clean log
This commit is contained in:
parent
ebdcf93deb
commit
fdfba4eccf
|
@ -1114,9 +1114,7 @@ Widget scheduleVisit(BuildContext context,
|
||||||
if (value.contains('{') &&
|
if (value.contains('{') &&
|
||||||
value.contains('}') &&
|
value.contains('}') &&
|
||||||
value.contains(':')) {
|
value.contains(':')) {
|
||||||
// log("Valor e um Objeto | Usuário Escolheu o Motivo ${_model.dropDownValue1}");
|
|
||||||
} else {
|
} else {
|
||||||
// log("Valor e uma String | Usuário Escolheu o Motivo ${_model.dropDownValue1}");
|
|
||||||
if (reasonsJsonList != null &&
|
if (reasonsJsonList != null &&
|
||||||
reasonsJsonList.isNotEmpty) {
|
reasonsJsonList.isNotEmpty) {
|
||||||
var item = reasonsJsonList.where(
|
var item = reasonsJsonList.where(
|
||||||
|
|
Loading…
Reference in New Issue