Skip to content

Commit 4de58a8

Browse files
remove comment
1 parent e6ea8b9 commit 4de58a8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

resources/data-provider.mjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ const DEFAULT_TAGS = ["all", "default", "experimental"];
55
const ALLOWED_DOMAINS = {
66
"app.netlify.com": "/sites/webkit-speedometer-preview/",
77
};
8-
9-
// http://localhost:8080/?config=http://localhost:8080/resources/config.json
10-
118
export class DataProvider{
129
_tags = new Set(DEFAULT_TAGS);
1310
_suites = [];

0 commit comments

Comments
 (0)