remove useless prints
This commit is contained in:
parent
11e9791127
commit
728ee2a5ba
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ class _ProfileBusinessAddState extends State<ProfileBusinessAdd> {
|
||||||
);
|
);
|
||||||
if (response.statusCode == 201) {
|
if (response.statusCode == 201) {
|
||||||
var businessResponse = jsonDecode(response.body);
|
var businessResponse = jsonDecode(response.body);
|
||||||
print(businessResponse);
|
//print(businessResponse);
|
||||||
createBusinessUserAPICall(businessResponse['business_id']);
|
createBusinessUserAPICall(businessResponse['business_id']);
|
||||||
// create business profile
|
// create business profile
|
||||||
// setState(() {
|
// setState(() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue