clean up debug logging

This commit is contained in:
stopflock
2025-12-11 16:46:43 -06:00
parent 656dbc8ce8
commit 2047645e89
3 changed files with 0 additions and 10 deletions
-2
View File
@@ -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;
});