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