mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-08 23:18:16 -07:00
chore: clean-up logging
This commit is contained in:
parent
8e2ce7861b
commit
28d6704c70
2 changed files with 0 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue