Remove unused variable

This commit is contained in:
Matthias Beyer 2016-01-05 16:26:07 +01:00
parent 192c9fd7a5
commit 25f6711904
1 changed files with 0 additions and 1 deletions

View File

@ -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);