fix: odstranit print

This commit is contained in:
Matyáš Caras 2022-09-12 17:19:07 +02:00
parent ce9eb97ac9
commit 30f08a6108
1 changed files with 0 additions and 1 deletions

View File

@ -355,7 +355,6 @@ class _JidelnicekPageState extends State<JidelnicekPage> {
void nactiNastaveni() async {
var prefs = await SharedPreferences.getInstance();
_skipWeekend = prefs.getBool("skip") ?? false;
print(mounted);
if (!mounted) return;
kontrolaTyden(context);
}