removed debug print statement from database code

This commit is contained in:
BroodjeAap 2020-11-21 15:28:17 +01:00
parent aae0d0258b
commit bbdbb280bb

View file

@ -158,7 +158,6 @@ class PracticeDatabase {
FROM
AnswersCorrectByTypeView30d;
''');
print(answers);
Map<String, double> stats = Map<String, double>();
for(var stat in answers){
var typeRange = "${stat['range']} ${stat['type']}";