From 3ae7812ed7351bf476c3fa204adc0ffc992dbecd Mon Sep 17 00:00:00 2001 From: krawieck Date: Thu, 10 Sep 2020 15:19:02 +0200 Subject: [PATCH] Remove debug print --- lib/widgets/comment.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/widgets/comment.dart b/lib/widgets/comment.dart index 1ea244e..56b7603 100644 --- a/lib/widgets/comment.dart +++ b/lib/widgets/comment.dart @@ -83,7 +83,6 @@ class Comment extends StatelessWidget { } _showCommentInfo(BuildContext context) { - print('hello'); final com = commentTree.comment; showDialog( context: context,