Skip to content

Commit

Permalink
do not log imports
Browse files Browse the repository at this point in the history
  • Loading branch information
xasopheno committed Dec 10, 2022
1 parent 490df6d commit 4b36e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser/src/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ pub fn parse_file(
wd.push(filepath);
filepath = wd.clean().display().to_string();
}
dbg!(&filepath);
// dbg!(&filepath);
let vec_string = filename_to_vec_string(&filepath.to_string())?;
let parsed_composition = parse_file(vec_string, Some(defs.clone()), working_path.clone())?;

Expand Down

0 comments on commit 4b36e84

Please sign in to comment.