diff --git a/lib/pages/monkey/monkey_loaded_view.dart b/lib/pages/monkey/monkey_loaded_view.dart index 0b49fc738..32570e6a7 100644 --- a/lib/pages/monkey/monkey_loaded_view.dart +++ b/lib/pages/monkey/monkey_loaded_view.dart @@ -81,7 +81,6 @@ class _MonkeyLoadedViewState extends ConsumerState { File imgFile = File(filePath); await imgFile.writeAsBytes(decodedResponse); - print("$imgFile"); } else { throw Exception("Failed to get MonKey"); } @@ -132,11 +131,6 @@ class _MonkeyLoadedViewState extends ConsumerState { File imgFile = File(filePath); await imgFile.writeAsBytes(decodedResponse); - print("$imgFile"); - - // final directory = await getApplicationDocumentsDirectory(); - // final docPath = directory.path; - // final filePath = "$do/monkey.png"; } else { throw Exception("Failed to get MonKey"); } @@ -168,7 +162,6 @@ class _MonkeyLoadedViewState extends ConsumerState { @override Widget build(BuildContext context) { final Coin coin = ref.watch(managerProvider.select((value) => value.coin)); - bool isMonkey = false; return Background( child: Stack(