Remove debug print
This commit is contained in:
parent
53f5570666
commit
3ae7812ed7
|
@ -83,7 +83,6 @@ class Comment extends StatelessWidget {
|
|||
}
|
||||
|
||||
_showCommentInfo(BuildContext context) {
|
||||
print('hello');
|
||||
final com = commentTree.comment;
|
||||
showDialog(
|
||||
context: context,
|
||||
|
|
Loading…
Reference in New Issue