chore(foregejo): don't log fetch url
It contained the api token
This commit is contained in:
parent
8c4ad4b534
commit
fb74879309
1 changed files with 0 additions and 1 deletions
|
@ -64,7 +64,6 @@ async fn get_commit_history(
|
||||||
"https://{hostname}/api/v1/repos/{path}/commits?sha={branch_name}&{options}&token={token}&page={page}&limit={limit}"
|
"https://{hostname}/api/v1/repos/{path}/commits?sha={branch_name}&{options}&token={token}&page={page}&limit={limit}"
|
||||||
));
|
));
|
||||||
|
|
||||||
info!(%url, "Fetching commits");
|
|
||||||
let request = network::NetRequest::new(
|
let request = network::NetRequest::new(
|
||||||
network::RequestMethod::Get,
|
network::RequestMethod::Get,
|
||||||
url,
|
url,
|
||||||
|
|
Loading…
Reference in a new issue