aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'packages/instant/public/index.html')
-rw-r--r--packages/instant/public/index.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/instant/public/index.html b/packages/instant/public/index.html
index 4c1c52afd..038d13762 100644
--- a/packages/instant/public/index.html
+++ b/packages/instant/public/index.html
@@ -65,7 +65,6 @@
network: +queryParams.getQueryParamValue('network'),
}
const renderOptions = Object.assign({}, renderOptionsDefaults, removeUndefined(renderOptionsOverrides));
- console.log(renderOptions)
zeroExInstant.render(renderOptions);
</script>
</body>