mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08: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:developer';
|
||||
import 'dart:io';
|
||||
import 'dart:ui';
|
||||
|
||||
|
|
@ -73,9 +72,7 @@ void main() async {
|
|||
if (kIsWeb) {
|
||||
html.document.onContextMenu.listen((event) => event.preventDefault());
|
||||
final result = await loadConfig();
|
||||
log(result.toString());
|
||||
FladderConfig.fromJson(result);
|
||||
log(FladderConfig.baseUrl.toString());
|
||||
}
|
||||
|
||||
final sharedPreferences = await SharedPreferences.getInstance();
|
||||
|
|
|
|||
|
|
@ -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