add version debug print to console on start

This commit is contained in:
Jeroen Schweitzer
2026-01-04 12:15:05 +01:00
parent e596b99e39
commit 8494b4ad7f
+1 -5
View File
@@ -14,9 +14,5 @@ void main() {
name: 'tatlock_ui',
);
runApp(
const ProviderScope(
child: TatlockApp(),
),
);
runApp(const ProviderScope(child: TatlockApp()));
}