We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 569abcc commit bc39a15Copy full SHA for bc39a15
packages/backend/src/gerrit.ts
@@ -30,10 +30,6 @@ interface GerritBranch {
30
const logger = createLogger('Gerrit');
31
32
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
37
38
const url = config.url.endsWith('/') ? config.url : `${config.url}/`;
39
const hostname = new URL(config.url).hostname;
0 commit comments