fix: code-review warnings — deprecated APIs, debugPrint→Logger, unused import
This commit is contained in:
@@ -37,7 +37,7 @@ class AuthService {
|
||||
MeloLogger().zustand('auth_restored', {'user': _user});
|
||||
}
|
||||
} catch (e) {
|
||||
debugPrint('AuthService init Fehler: $e');
|
||||
MeloLogger().fehler('auth_init', e);
|
||||
}
|
||||
_initialisiert = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user