remove accidental change from debugging

This commit is contained in:
Luke Boswell 2024-11-30 08:27:21 +11:00
parent 440b288ca5
commit 9e37b93336
No known key found for this signature in database
GPG key ID: F6DB3C9DB47377B0

View file

@ -728,7 +728,7 @@ impl RuntimeError {
"Hit a branch pattern that does not bind all symbols its body needs, at {region:?}"
)
}
err => format!("HEY HEY {err:?}"),
err => format!("{err:?}"),
}
}