Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Commit

Permalink
Fix Flutter Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed Feb 15, 2022
1 parent 9c37c0c commit ea64478
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/data/food_data.dart
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,5 @@ Map<String, HealthRecord> getHealthRecord() {
Future<HealthRecord?> getHealthStat(DateTime date) async {
await serverRequest();

print("$healthRecords \n-------\n ${getHealthRecord()}");

print(
"fucking date ${date.toString()} \n-------\n ${getHealthRecord()[date]}");

return getHealthRecord()[date.toString().split(" ")[0]];
}

0 comments on commit ea64478

Please sign in to comment.