Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorflg committed Feb 25, 2021
1 parent 9edd23e commit 9a64f23
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions react/components/EditorContainer/StoreIframe.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ const StoreIframe: React.FunctionComponent<Props> = ({ path }) => {

let src = path ? `/${path}` : '/'

// if (window?.location.search && !src.includes(window.location.search)) {
// src = src + `${window.location.search}`
// }

if (binding && !src.includes('__bindingAddress')) {
src += `${getJoiner(src)}__bindingAddress=${binding.canonicalBaseAddress}`
}
Expand Down

0 comments on commit 9a64f23

Please sign in to comment.