Skip to content

Commit bc39a15

Browse files
committed
Remove example urls
1 parent 569abcc commit bc39a15

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/backend/src/gerrit.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ interface GerritBranch {
3030
const logger = createLogger('Gerrit');
3131

3232
export const getGerritReposFromConfig = async (config: GerritConfig, ctx: AppContext) => {
33-
// Example URLs for experimentation:
34-
// https://chromium-review.googlesource.com
35-
// https://review.opendev.org
36-
// https://android-review.googlesource.com
3733

3834
const url = config.url.endsWith('/') ? config.url : `${config.url}/`;
3935
const hostname = new URL(config.url).hostname;

0 commit comments

Comments
 (0)