remove print
This commit is contained in:
@@ -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(),
|
||||||
|
|||||||
Reference in New Issue
Block a user