From bf02d1a765266eea1dfa948ea1265dfb19b920e1 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 25 May 2023 22:33:46 +0300 Subject: [PATCH] cleanup... Signed-off-by: Alex A. Naanou --- Viewer/features/cli.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/Viewer/features/cli.js b/Viewer/features/cli.js index 2fad5b64..e94c7f1c 100755 --- a/Viewer/features/cli.js +++ b/Viewer/features/cli.js @@ -487,7 +487,6 @@ var CLIActions = actions.Actions({ //valueRequired: true, }}, function(path, options){ - // XXX SETUP this.setupFeatures() // get mode... @@ -516,7 +515,6 @@ var CLIActions = actions.Actions({ return Promise.all([ // NOTE: no need to call .cacheMetadata(..) as // it is already running after .loadImages(..) - // XXX we seem not to be reporting errors here (cli)... index.makePreviews('all') ])} }) .then(function(){ return index