removed reasonless test button lol

This commit is contained in:
Kima 2023-09-02 20:53:09 +02:00
parent a8dce30022
commit ac9e3e9ff3

View File

@ -18,7 +18,6 @@ import 'package:flutter/material.dart';
import 'package:flutter_feather_icons/flutter_feather_icons.dart'; import 'package:flutter_feather_icons/flutter_feather_icons.dart';
import 'package:provider/provider.dart'; import 'package:provider/provider.dart';
import 'goal_complete_modal.dart';
import 'goal_planner_screen.dart'; import 'goal_planner_screen.dart';
import 'graph.dart'; import 'graph.dart';
@ -424,12 +423,6 @@ class _GoalStateScreenState extends State<GoalStateScreen> {
plan: plan!, plan: plan!,
) )
: const Text(''), : const Text(''),
TextButton(
onPressed: () async {
GoalCompleteModal.show(widget.subject,
context: context);
},
child: const Text('faszteszt'))
], ],
), ),
), ),