From a5806e9162a413662bedde25d7d37b95641fb024 Mon Sep 17 00:00:00 2001 From: Timothy Farrell Date: Mon, 8 Jan 2018 20:37:15 -0600 Subject: [PATCH] Cleanup --- packages/gallery/src/interface/allImages.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/packages/gallery/src/interface/allImages.js b/packages/gallery/src/interface/allImages.js index f74493c..c476686 100644 --- a/packages/gallery/src/interface/allImages.js +++ b/packages/gallery/src/interface/allImages.js @@ -119,17 +119,6 @@ export function AllImagesView(vm, params) { } } - // function addAlbum() { - // const albumName = prompt("Album Name"); - // if (albumName && albumName.trim()) { - // const a = new AlbumType({ - // title: albumName.trim(), - // count: 0 - // }); - // a.save(); - // } - // } - function photoClick(evt, node, vm) { if (selectMode()) { toggleSelect(evt, node, vm);