Remove unused variable
This commit is contained in:
parent
192c9fd7a5
commit
25f6711904
1 changed files with 0 additions and 1 deletions
|
@ -311,7 +311,6 @@ impl<'a> Notes<'a> {
|
|||
})
|
||||
.flatten()
|
||||
.filter(|link| {
|
||||
let title = &link.title;
|
||||
let url = &link.url;
|
||||
let is_extern = is_url(&url);
|
||||
debug!("Is external URL {} -> {}", url, is_extern);
|
||||
|
|
Loading…
Reference in a new issue