diff options
Diffstat (limited to 'packages/instant')
-rw-r--r-- | packages/instant/public/index.html | 1 |
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> |