Remove unused variable
This commit is contained in:
parent
0c2b406cfc
commit
192c9fd7a5
1 changed files with 0 additions and 1 deletions
|
@ -276,7 +276,6 @@ impl<'a> Notes<'a> {
|
||||||
debug!("list internal links = {}", list_intern);
|
debug!("list internal links = {}", list_intern);
|
||||||
debug!("list external links = {}", list_extern);
|
debug!("list external links = {}", list_extern);
|
||||||
|
|
||||||
let printer = TablePrinter::new(self.rt.is_verbose(), self.rt.is_debugging());
|
|
||||||
let titles = row!["#", "Text", "Link", "Direction"];
|
let titles = row!["#", "Text", "Link", "Direction"];
|
||||||
let mut table = Table::new();
|
let mut table = Table::new();
|
||||||
table.set_titles(titles);
|
table.set_titles(titles);
|
||||||
|
|
Loading…
Reference in a new issue