Skip to content

Commit 2b84f44

Browse files
committed
Rebase + hide only selected query strings
1 parent 51d5416 commit 2b84f44

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

react/components/EditorContainer/StoreIframe.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ const StoreIframe: React.FunctionComponent<Props> = ({ path }) => {
3737
}
3838

3939
if (binding && !src.includes('__bindingAddress')) {
40-
console.log('PASSOU')
4140
src += `${getJoiner(src)}__bindingAddress=${binding.canonicalBaseAddress}`
4241
}
4342

0 commit comments

Comments
 (0)