File tree Expand file tree Collapse file tree 2 files changed +0
-51
lines changed Expand file tree Collapse file tree 2 files changed +0
-51
lines changed Original file line number Diff line number Diff line change @@ -39,10 +39,6 @@ export default appTarget => {
39
39
HashParserHOC
40
40
) ( GUI ) ;
41
41
42
- // TODO a hack for testing the backpack, allow backpack host to be set by url param
43
- const backpackHostMatches = window . location . href . match ( / [ ? & ] b a c k p a c k _ h o s t = ( [ ^ & ] * ) & ? / ) ;
44
- const backpackHost = backpackHostMatches ? backpackHostMatches [ 1 ] : null ;
45
-
46
42
const scratchDesktopMatches = window . location . href . match ( / [ ? & ] i s S c r a t c h D e s k t o p = ( [ ^ & ] + ) / ) ;
47
43
let simulateScratchDesktop ;
48
44
if ( scratchDesktopMatches ) {
@@ -75,9 +71,6 @@ export default appTarget => {
75
71
/> :
76
72
< WrappedGui
77
73
canEditTitle
78
- backpackVisible
79
- showComingSoon
80
- backpackHost = { backpackHost }
81
74
canSave = { false }
82
75
onClickLogo = { onClickLogo }
83
76
/> ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments