update log for error and disabled log window

This commit is contained in:
2024-01-06 23:02:12 +05:30
parent 9145e0e27d
commit c67914f286
3 changed files with 8 additions and 8 deletions

View File

@ -165,7 +165,7 @@ class ExternalService {
//print("--- checnin response ${response2.statusCode}----");
if (response2.statusCode == 200) {
res = json.decode(utf8.decode(response2.bodyBytes));
//print('----checkin res _res : $res ----');
print('----checkin res _res : $res ----');
if (res["status"] == "ERROR") {
Get.snackbar("エラーがおきました", res["detail"]);
}