fix: remove console.log
Co-authored-by: Ben Lambert <ben@blam.sh> Signed-off-by: Thomas Cardonne <t.cardonne@gmail.com>
This commit is contained in:
@@ -277,7 +277,6 @@ export class GerritUrlReader implements UrlReaderService {
|
||||
this.integration.config.gitilesBaseUrl,
|
||||
getGitilesAuthenticationUrl(this.integration.config),
|
||||
);
|
||||
console.log(treeUrl);
|
||||
|
||||
const treeResponse = await fetch(treeUrl, {
|
||||
...getGerritRequestOptions(this.integration.config),
|
||||
|
||||
Reference in New Issue
Block a user