remove print
This commit is contained in:
parent
ee808c49de
commit
99f9402a53
1 changed files with 0 additions and 1 deletions
|
|
@ -23,7 +23,6 @@ class _PatientProfileState extends State<PatientProfile> {
|
||||||
int _selcetedIndex = 0;
|
int _selcetedIndex = 0;
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
print("Pat Profile: ${widget.arguments.businessUser!.business_id}");
|
|
||||||
return MihApp(
|
return MihApp(
|
||||||
appActionButton: getAction(),
|
appActionButton: getAction(),
|
||||||
appTools: getTools(),
|
appTools: getTools(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue