Remove debug print
This commit is contained in:
parent
efe6178ed9
commit
d40d24f759
@ -84,7 +84,6 @@ class _MyHomePageState extends State<MyHomePage> {
|
|||||||
return FutureBuilder(
|
return FutureBuilder(
|
||||||
future: _initCompleter.future,
|
future: _initCompleter.future,
|
||||||
builder: (context, snapshot) {
|
builder: (context, snapshot) {
|
||||||
print("${snapshot.hasData}");
|
|
||||||
if (!snapshot.hasData) {
|
if (!snapshot.hasData) {
|
||||||
return Center(child: CircularProgressIndicator());
|
return Center(child: CircularProgressIndicator());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user