We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d5416 commit 2b84f44Copy full SHA for 2b84f44
react/components/EditorContainer/StoreIframe.tsx
@@ -37,7 +37,6 @@ const StoreIframe: React.FunctionComponent<Props> = ({ path }) => {
37
}
38
39
if (binding && !src.includes('__bindingAddress')) {
40
- console.log('PASSOU')
41
src += `${getJoiner(src)}__bindingAddress=${binding.canonicalBaseAddress}`
42
43
0 commit comments