remove print
This commit is contained in:
parent
b3bf70fb4e
commit
89e8888662
1 changed files with 1 additions and 1 deletions
|
|
@ -309,7 +309,7 @@ class _PatientManagerState extends State<PatientManager> {
|
||||||
FutureBuilder(
|
FutureBuilder(
|
||||||
future: fetchPatientQueue(queueDateController.text),
|
future: fetchPatientQueue(queueDateController.text),
|
||||||
builder: (context, snapshot) {
|
builder: (context, snapshot) {
|
||||||
print("patient Queue List ${snapshot.hasData}");
|
//print("patient Queue List ${snapshot.hasData}");
|
||||||
if (snapshot.connectionState == ConnectionState.waiting) {
|
if (snapshot.connectionState == ConnectionState.waiting) {
|
||||||
return Container(
|
return Container(
|
||||||
//height: 500,
|
//height: 500,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue