Skip to content

Commit

Permalink
removed debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Heulitig authored and Arpita-Jaiswal committed Mar 10, 2023
1 parent d989932 commit 6fcdede
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ftd/src/interpreter2/main2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,6 @@ impl ParsedDocument {
ftd::p11::parse_with_line_number(source, id, line_number)?.as_slice(),
id,
)?;
dbg!(&ast);
let doc_aliases = {
let mut doc_aliases = ftd::interpreter2::default::default_aliases();
for ast in ast.iter().filter(|v| v.is_import()) {
Expand Down

0 comments on commit 6fcdede

Please sign in to comment.