diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/setup.js (renamed from src/wizard.js) | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/wizard.js b/src/setup.js index 28ce763..dfad536 100644 --- a/src/wizard.js +++ b/src/setup.js @@ -53,13 +53,6 @@ async function start() { }, { type: 'confirm', - query: 'Strip EXIF information from uploaded images if possible?', - handle: 'STRIP_EXIF', - accept: 'y', - deny: 'n' - }, - { - type: 'confirm', query: 'Serve files with node?', handle: 'SERVE_WITH_NODE', accept: 'y', |