remove useless print
This commit is contained in:
@@ -35,7 +35,7 @@ class _AuthCheckState extends State<AuthCheck> {
|
|||||||
return FutureBuilder(
|
return FutureBuilder(
|
||||||
future: doesSessionExist(),
|
future: doesSessionExist(),
|
||||||
builder: (context, snapshot) {
|
builder: (context, snapshot) {
|
||||||
print(snapshot.data);
|
//print(snapshot.data);
|
||||||
if (snapshot.data == true) {
|
if (snapshot.data == true) {
|
||||||
return const MIHProfileGetter();
|
return const MIHProfileGetter();
|
||||||
} else if (snapshot.data == false) {
|
} else if (snapshot.data == false) {
|
||||||
|
|||||||
Reference in New Issue
Block a user