Skip to content

Commit

Permalink
fix: remove redundant log
Browse files Browse the repository at this point in the history
  • Loading branch information
Glyphack committed Jan 7, 2024
1 parent ac5b8b1 commit d4e01ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion typechecker/src/symbol_table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ impl SymbolTable {
/// the scopes are sorted by start position descending
pub fn innermost_scope(&self, pos: usize) -> Option<&SymbolTableScope> {
log::debug!("looking for innermost scope for pos: {}", pos);
log::debug!("all scopes: {:#?}", self.all_scopes);
return self
.all_scopes
.iter()
Expand Down

0 comments on commit d4e01ee

Please sign in to comment.