diff --git a/rapids/templates/rapids/rapid_form.html b/rapids/templates/rapids/rapid_form.html index 8aa6a877..ad8da676 100755 --- a/rapids/templates/rapids/rapid_form.html +++ b/rapids/templates/rapids/rapid_form.html @@ -254,7 +254,7 @@ $(evt.target).remove(); $("#directory-picker-display").text(""); monitor_directory_handler = false; - const files = await listAllFilesAndDirs(directoryHandle); + //const files = await listAllFilesAndDirs(directoryHandle); })); }); });