mirror of
https://github.com/FoggedLens/deflock-app.git
synced 2026-07-08 05:37:53 +02:00
clean up debug logging
This commit is contained in:
@@ -51,9 +51,7 @@ class _EditNodeSheetState extends State<EditNodeSheet> {
|
||||
}
|
||||
|
||||
void _hideTutorial() {
|
||||
debugPrint('[EditNodeSheet] Tutorial completion callback triggered');
|
||||
if (mounted && _showTutorial) {
|
||||
debugPrint('[EditNodeSheet] Hiding tutorial overlay');
|
||||
setState(() {
|
||||
_showTutorial = false;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user