Skip to content

Commit

Permalink
*remove debug text
Browse files Browse the repository at this point in the history
  • Loading branch information
mclark4386 committed Mar 27, 2019
1 parent dc3606a commit 87c16ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/image_review_page.dart
Expand Up @@ -104,7 +104,8 @@ class ImageReviewPage extends StatelessWidget {
),
),
),
Align(alignment: Alignment.center,child: Text(classes.join(",")),)
//For debugging:
// Align(alignment: Alignment.center,child: Text(classes.join(","), style: infoTextStyle),)
],
),
),
Expand Down

0 comments on commit 87c16ba

Please sign in to comment.