From c6f69172268b5fa5356389d67ad29bd4f4690221 Mon Sep 17 00:00:00 2001 From: Felix Date: Tue, 27 Aug 2019 11:41:08 +0100 Subject: [PATCH] Revert "that's a strange bug indeed" This reverts commit 7aeccb46cf764e58e24e69cfbd700cf577abf306. --- lib/pages/receipt_page_2.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/pages/receipt_page_2.dart b/lib/pages/receipt_page_2.dart index aaccdbc..162ac6b 100644 --- a/lib/pages/receipt_page_2.dart +++ b/lib/pages/receipt_page_2.dart @@ -111,7 +111,6 @@ class ReceiptPage2State extends State { Future> _futureCats = getCats(); _categories.add("Fetching categories..."); _futureCats.then((value) { - print("Categories: " + value.toString()); _categories = value; setState(() {}); });