chore: clean-up logging

This commit is contained in:
PartyDonut 2024-10-19 17:10:06 +02:00
parent 8e2ce7861b
commit 28d6704c70
2 changed files with 0 additions and 6 deletions

View file

@ -1,5 +1,3 @@
import 'dart:developer';
import 'package:flutter/material.dart';
import 'package:ficonsax/ficonsax.dart';
@ -26,7 +24,6 @@ class _FullScreenButtonState extends State<FullScreenButton> {
setState(() {
isFullScreen = fullScreen;
});
log(isFullScreen.toString());
}
@override