aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant
diff options
context:
space:
mode:
authorfragosti <francesco.agosti93@gmail.com>2018-10-26 05:20:59 +0800
committerfragosti <francesco.agosti93@gmail.com>2018-10-26 05:20:59 +0800
commitde18fa0069727a754ffe53df5ca80153c977e5c1 (patch)
tree7ff11087c5d5a4a2c4065909c7ba7ed21c51005a /packages/instant
parent1a10715fcb21a89aa47cade6d796eeb677f9741d (diff)
downloaddexon-sol-tools-de18fa0069727a754ffe53df5ca80153c977e5c1.tar
dexon-sol-tools-de18fa0069727a754ffe53df5ca80153c977e5c1.tar.gz
dexon-sol-tools-de18fa0069727a754ffe53df5ca80153c977e5c1.tar.bz2
dexon-sol-tools-de18fa0069727a754ffe53df5ca80153c977e5c1.tar.lz
dexon-sol-tools-de18fa0069727a754ffe53df5ca80153c977e5c1.tar.xz
dexon-sol-tools-de18fa0069727a754ffe53df5ca80153c977e5c1.tar.zst
dexon-sol-tools-de18fa0069727a754ffe53df5ca80153c977e5c1.zip
chore: remove console log
Diffstat (limited to 'packages/instant')
-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>