🔥 Removes useless comment

Signed-off-by: Jakub Slanina <kubo.slanina@proton.me>
This commit is contained in:
Jakub Slanina
2026-07-26 11:04:43 +02:00
parent 7e8af31e67
commit 4df96f9fbf
-5
View File
@@ -58,11 +58,6 @@ class _MyHomePageState extends State<MyHomePage> {
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++;
});
}