Skip to content

Commit

Permalink
Remove commented out functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Oct 12, 2021
1 parent a77cb15 commit a69f2e5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tools/tests/regressions.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
var selftest = require('../tool-testing/selftest.js');
var Sandbox = selftest.Sandbox;
// import { getUrl } from '../utils/http-helpers.js';

selftest.define('regressions - web.browser.legacy', function() {
const s = new Sandbox();
Expand Down Expand Up @@ -31,8 +30,3 @@ selftest.define('regressions - web.browser.legacy', function() {
run.expectExit(0);
});
});

// function checkModernAndLegacyUrls(test) {
// test(getUrl("http://localhost:3000"));
// test(getUrl("http://localhost:3000/__browser.legacy"));
// }

0 comments on commit a69f2e5

Please sign in to comment.