From 9c762c1caf2d955d618b73f82411b7ac8e66b3b1 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 6 Nov 2021 15:53:18 +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 0cf89168..616dae69 100755 --- a/rapids/templates/rapids/rapid_form.html +++ b/rapids/templates/rapids/rapid_form.html @@ -294,7 +294,7 @@ ! current_files.has(x))); - console.log("distinct set", items); + console.log("distinct set", distinct_set.length, items); extendInputs(distinct_set.length); distinct_set.forEach((file) => { addFile(file, false);