Skip to content

Commit

Permalink
Merge pull request #316 from GaloisInc/vr/remove-unnecessary-tracing
Browse files Browse the repository at this point in the history
remove unnecessary tracing
  • Loading branch information
Ptival authored Oct 14, 2024
2 parents 0d39383 + e13571b commit ccd5dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Reopt/CFG/LLVM.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2263,7 +2263,7 @@ getInferredTypeForAssignId ::
Proxy arch ->
FnAssignId ->
Eff es (Maybe FTy)
getInferredTypeForAssignId _ aId = trace ("Getting inferred type for aId " <> show aId) $ do
getInferredTypeForAssignId _ aId = do
fn <- R.ask
constraints <- R.ask @(ModuleConstraints arch)
let fnTypes =
Expand Down

0 comments on commit ccd5dbf

Please sign in to comment.