David PHAM-VAN

Remove useless print()

@@ -718,7 +718,6 @@ class FullPage extends SingleChildWidget { @@ -718,7 +718,6 @@ class FullPage extends SingleChildWidget {
718 } 718 }
719 719
720 box = _getBox(context); 720 box = _getBox(context);
721 - print('layout box: $box');  
722 } 721 }
723 722
724 @override 723 @override