mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-22 16:32:01 +03:00
Remove leftover logging from debugging.
This commit is contained in:
parent
276005b868
commit
ac8cf7a461
@ -99,11 +99,8 @@ class OathStateNotifier extends StateNotifier<OathState?> {
|
||||
}
|
||||
|
||||
Future<bool> _checkPassword(String password) async {
|
||||
log.info('Calling check password $password');
|
||||
var result =
|
||||
await _session.command('derive', params: {'password': password});
|
||||
log.info(
|
||||
'Check ${_ref.read(_lockKeyProvider(_session.devicePath))} == ${result['key']}');
|
||||
return _ref.read(_lockKeyProvider(_session.devicePath)) == result['key'];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user