mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 06:46:22 +01:00
Simplify log
This commit is contained in:
parent
2cb237375b
commit
5283cf07ff
1 changed files with 2 additions and 1 deletions
|
@ -218,7 +218,8 @@ class _HomePhotosState extends State<HomePhotos>
|
|||
if (value == null) {
|
||||
// user cancelled the dialog
|
||||
} else if (value is Album) {
|
||||
_log.info("[_onSelectionAppBarAddToAlbumPressed] Album picked: $value");
|
||||
_log.info(
|
||||
"[_onSelectionAppBarAddToAlbumPressed] Album picked: ${value.name}");
|
||||
_addSelectedToAlbum(context, value).then((_) {
|
||||
setState(() {
|
||||
clearSelectedItems();
|
||||
|
|
Loading…
Reference in a new issue