Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
brockelmore committed Jul 10, 2024
1 parent 09f4824 commit 16b603a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/graph/src/var_type.rs
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,6 @@ impl VarType {
}

pub fn range(&self, analyzer: &impl GraphBackend) -> Result<Option<SolcRange>, GraphError> {
println!("here: {:?}", self);
match self {
Self::User(_, Some(range)) => Ok(Some(range.clone())),
Self::BuiltIn(_, Some(range)) => Ok(Some(range.clone())),
Expand Down

0 comments on commit 16b603a

Please sign in to comment.