diff --git a/.gitignore b/.gitignore index 0b1c78e..f8749e4 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ config.json .vs/ obj/ *.user -dalamud/Auracite/bin \ No newline at end of file +dalamud/Auracite/bin +*.zip diff --git a/src/parser.rs b/src/parser.rs index 467ec9c..1f7d8ed 100644 --- a/src/parser.rs +++ b/src/parser.rs @@ -76,7 +76,6 @@ pub fn parse_lodestone(data: &str) -> CharacterData { { let re = Regex::new(r"([^<]+)
([^\/]+)\s\/\s(\W)").unwrap(); let inner_html = block_name.inner_html(); - dbg!(&inner_html); let captures = re.captures(&inner_html).unwrap(); char_data.race =