From 6821ad8a793981cf9a02516d0fd118ad48154056 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 6 Nov 2021 16:09:37 +0000 Subject: [PATCH] . --- rapids/templates/rapids/rapid_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rapids/templates/rapids/rapid_form.html b/rapids/templates/rapids/rapid_form.html index 9e315480..db5403c5 100755 --- a/rapids/templates/rapids/rapid_form.html +++ b/rapids/templates/rapids/rapid_form.html @@ -280,7 +280,7 @@ let distinct_set = new Set([...files_to_add].filter( x => !current_files.has(x))); - console.log(distinct_set); + console.log(files_to_add, current_files, distinct_set); extendInputs(distinct_set.size); distinct_set.forEach((file) => {