mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-14 17:55:58 -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,4 @@
|
||||||
import 'dart:convert';
|
import 'dart:convert';
|
||||||
import 'dart:developer';
|
|
||||||
import 'dart:io';
|
import 'dart:io';
|
||||||
import 'dart:ui';
|
import 'dart:ui';
|
||||||
|
|
||||||
|
|
@ -73,9 +72,7 @@ void main() async {
|
||||||
if (kIsWeb) {
|
if (kIsWeb) {
|
||||||
html.document.onContextMenu.listen((event) => event.preventDefault());
|
html.document.onContextMenu.listen((event) => event.preventDefault());
|
||||||
final result = await loadConfig();
|
final result = await loadConfig();
|
||||||
log(result.toString());
|
|
||||||
FladderConfig.fromJson(result);
|
FladderConfig.fromJson(result);
|
||||||
log(FladderConfig.baseUrl.toString());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
final sharedPreferences = await SharedPreferences.getInstance();
|
final sharedPreferences = await SharedPreferences.getInstance();
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
import 'dart:developer';
|
|
||||||
|
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
|
|
||||||
import 'package:ficonsax/ficonsax.dart';
|
import 'package:ficonsax/ficonsax.dart';
|
||||||
|
|
@ -26,7 +24,6 @@ class _FullScreenButtonState extends State<FullScreenButton> {
|
||||||
setState(() {
|
setState(() {
|
||||||
isFullScreen = fullScreen;
|
isFullScreen = fullScreen;
|
||||||
});
|
});
|
||||||
log(isFullScreen.toString());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue