From de18fa0069727a754ffe53df5ca80153c977e5c1 Mon Sep 17 00:00:00 2001 From: fragosti Date: Thu, 25 Oct 2018 14:20:59 -0700 Subject: chore: remove console log --- packages/instant/public/index.html | 1 - 1 file changed, 1 deletion(-) (limited to 'packages/instant/public') 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); -- cgit v1.2.3