Remove debug print

This commit is contained in:
krawieck 2020-09-10 15:19:02 +02:00
parent 53f5570666
commit 3ae7812ed7
1 changed files with 0 additions and 1 deletions

View File

@ -83,7 +83,6 @@ class Comment extends StatelessWidget {
}
_showCommentInfo(BuildContext context) {
print('hello');
final com = commentTree.comment;
showDialog(
context: context,