removed debugPrint
This commit is contained in:
@@ -271,7 +271,6 @@ Future<Map<String, dynamic>> convertAllToString(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
debugPrint('password|$password');
|
|
||||||
settings[entry.key] = encryptValue(entry.value, password!);
|
settings[entry.key] = encryptValue(entry.value, password!);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user