diff --git a/frontend/lib/main.dart b/frontend/lib/main.dart index edb7801..dc10a0d 100644 --- a/frontend/lib/main.dart +++ b/frontend/lib/main.dart @@ -58,11 +58,6 @@ class _MyHomePageState extends State { void _incrementCounter() { setState(() { - // This call to setState tells the Flutter framework that something has - // changed in this State, which causes it to rerun the build method below - // so that the display can reflect the updated values. If we changed - // _counter without calling setState(), then the build method would not be - // called again, and so nothing would appear to happen. _counter++; }); }