Skip to content

Commit

Permalink
de-dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
ConradIrwin committed Nov 6, 2024
1 parent 846afda commit 7e31c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/extension_host/src/wasm_host/wit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ impl Extension {
if version >= latest::MIN_VERSION {
// Note: The release channel can be used to stage a new version of the extension API.
// We always allow the latest in tests so that the extension tests pass on release branches.
let allow_latest_version = match dbg!(release_channel) {
let allow_latest_version = match release_channel {
ReleaseChannel::Dev | ReleaseChannel::Nightly => true,
ReleaseChannel::Stable | ReleaseChannel::Preview => {
cfg!(any(test, feature = "test-support"))
Expand Down

0 comments on commit 7e31c5b

Please sign in to comment.