diff --git a/client-vanilla/index.html b/client-vanilla/index.html index b3b9c68f..9bf37058 100644 --- a/client-vanilla/index.html +++ b/client-vanilla/index.html @@ -20,7 +20,7 @@

- +
diff --git a/client-vanilla/index.js b/client-vanilla/index.js index 5673e4fe..0d76f6a3 100644 --- a/client-vanilla/index.js +++ b/client-vanilla/index.js @@ -11,7 +11,6 @@ import * as Functions from "./functions.js"; // Clear existing options (if any) dropdown.innerHTML = ''; - console.log(exampleWorkflows); // Iterate over the keys of the object and create an option for each key for (const key in exampleWorkflows) { const option = document.createElement('option');