Skip to content

Commit

Permalink
Remove debugging code.
Browse files Browse the repository at this point in the history
  • Loading branch information
braniii committed Jan 30, 2024
1 parent 743f122 commit e527a6a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions app/lib/widget/linechart.dart
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,6 @@ class _CustomLineChartState extends State<CustomLineChart> {
)
: ip.weightsGaussianExtrapol;

for (int i=0; i<interpol.length; i++) {
if (interpol[i] >= 0) {
print(
DateTime.fromMillisecondsSinceEpoch(interpol_times[i].toInt()).toString()
+ ' ${interpol[i]} '
);
}
}

final TextStyle labelTextStyle =
Theme.of(context).textTheme.bodySmall!.apply(
fontFamily: 'Courier',
Expand Down

0 comments on commit e527a6a

Please sign in to comment.