diff --git a/Frontend/patient_manager/lib/pages/profileBusinessAdd.dart b/Frontend/patient_manager/lib/pages/profileBusinessAdd.dart index 13b752d6..8877a97a 100644 --- a/Frontend/patient_manager/lib/pages/profileBusinessAdd.dart +++ b/Frontend/patient_manager/lib/pages/profileBusinessAdd.dart @@ -79,7 +79,7 @@ class _ProfileBusinessAddState extends State { ); if (response.statusCode == 201) { var businessResponse = jsonDecode(response.body); - print(businessResponse); + //print(businessResponse); createBusinessUserAPICall(businessResponse['business_id']); // create business profile // setState(() {