File tree 1 file changed +1
-6
lines changed
1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ import { StartWorkspaceModal } from "./workspaces/StartWorkspaceModal";
47
47
import { parseProps } from "./start/StartWorkspace" ;
48
48
import SelectIDEModal from "./settings/SelectIDEModal" ;
49
49
import { StartPage , StartPhase } from "./start/StartPage" ;
50
- import { isGitpodIo , isLocalPreview } from "./utils" ;
50
+ import { isGitpodIo } from "./utils" ;
51
51
import { BlockedRepositorySettings } from "./admin/BlockedRepositorySettings" ;
52
52
53
53
const Setup = React . lazy ( ( ) => import ( /* webpackPrefetch: true */ "./Setup" ) ) ;
@@ -277,11 +277,6 @@ function App() {
277
277
return < div > </ div > ;
278
278
}
279
279
280
- if ( isLocalPreview ( ) ) {
281
- window . location . host = "www.gitpod.io" ;
282
- return < div > </ div > ;
283
- }
284
-
285
280
if ( isGitpodIo ( ) && window . location . pathname === "/" && window . location . hash === "" && ! loading && ! user ) {
286
281
if ( ! GitpodCookie . isPresent ( document . cookie ) ) {
287
282
window . location . href = `https://www.gitpod.io` ;
You can’t perform that action at this time.
0 commit comments