remove puts debugging

upgrade-2021-project
Stefan Haslinger 2022-03-14 10:08:56 +01:00
parent 4618ad1994
commit 85e2f8c0bb
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ Future<void> parseActivity({
content: Row(
children: [
CircularProgressIndicator(value: value / 100, color: MyColor.progress),
Text(' xxx storing »${activity.name}«'),
Text(' storing »${activity.name}«'),
],
),
),