removed debug print statement from database code
This commit is contained in:
parent
aae0d0258b
commit
bbdbb280bb
1 changed files with 0 additions and 1 deletions
|
@ -158,7 +158,6 @@ class PracticeDatabase {
|
||||||
FROM
|
FROM
|
||||||
AnswersCorrectByTypeView30d;
|
AnswersCorrectByTypeView30d;
|
||||||
''');
|
''');
|
||||||
print(answers);
|
|
||||||
Map<String, double> stats = Map<String, double>();
|
Map<String, double> stats = Map<String, double>();
|
||||||
for(var stat in answers){
|
for(var stat in answers){
|
||||||
var typeRange = "${stat['range']} ${stat['type']}";
|
var typeRange = "${stat['range']} ${stat['type']}";
|
||||||
|
|
Loading…
Add table
Reference in a new issue