Commit ab0fdd72 authored by Hans Muller's avatar Hans Muller Committed by GitHub

removed debugPrintFoo debris (#7067)

parent 1e908105
...@@ -345,8 +345,6 @@ class _RecipePageState extends State<RecipePage> { ...@@ -345,8 +345,6 @@ class _RecipePageState extends State<RecipePage> {
// adjusts based on the size of the screen. If the recipe sheet touches // adjusts based on the size of the screen. If the recipe sheet touches
// the edge of the screen, use a slightly different layout. // the edge of the screen, use a slightly different layout.
Widget _buildBody(BuildContext context) { Widget _buildBody(BuildContext context) {
debugPaintSizeEnabled = false;
debugPaintPointersEnabled = true;
final bool isFavorite = _favoriteRecipes.contains(config.recipe); final bool isFavorite = _favoriteRecipes.contains(config.recipe);
final Size screenSize = MediaQuery.of(context).size; final Size screenSize = MediaQuery.of(context).size;
final bool fullWidth = (screenSize.width < _kRecipePageMaxWidth); final bool fullWidth = (screenSize.width < _kRecipePageMaxWidth);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment