Skip to content

Commit 1a6b24a

Browse files
committed
removed comming soon items and backpack.
1 parent c4c9774 commit 1a6b24a

File tree

2 files changed

+0
-51
lines changed

2 files changed

+0
-51
lines changed

src/playground/render-gui.jsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ export default appTarget => {
3939
HashParserHOC
4040
)(GUI);
4141

42-
// TODO a hack for testing the backpack, allow backpack host to be set by url param
43-
const backpackHostMatches = window.location.href.match(/[?&]backpack_host=([^&]*)&?/);
44-
const backpackHost = backpackHostMatches ? backpackHostMatches[1] : null;
45-
4642
const scratchDesktopMatches = window.location.href.match(/[?&]isScratchDesktop=([^&]+)/);
4743
let simulateScratchDesktop;
4844
if (scratchDesktopMatches) {
@@ -75,9 +71,6 @@ export default appTarget => {
7571
/> :
7672
<WrappedGui
7773
canEditTitle
78-
backpackVisible
79-
showComingSoon
80-
backpackHost={backpackHost}
8174
canSave={false}
8275
onClickLogo={onClickLogo}
8376
/>,

test/integration/backpack.test.js

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)