Skip to content

Commit

Permalink
remove toggleValidateTandems from phetmarks, phetsims/phet-io-wrapper…
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Jun 18, 2018
1 parent af2640b commit c9ceca7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions js/phetmarks.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,9 +330,6 @@
else {
url = '../' + wrapper + '/' + wrapperName + '.html?sim=' + repo;

// Add a validateTandems checkbox to the index wrapper, see https://github.com/phetsims/phet-io/issues/620
url = wrapperName === 'index' ? url + '&toggleValidateTandems' : url;

modes.push( {
name: wrapperName,
text: wrapperName,
Expand Down

0 comments on commit c9ceca7

Please sign in to comment.