crates/gpui2_macros/src/styleable_helpers.rs 🔗
@@ -135,10 +135,6 @@ fn generate_predefined_setter(
}
};
- if negate {
- dbg!(method.to_string());
- }
-
method
}
Marshall Bowers created
This PR removes a leftover `dbg!` from `styleable_helpers!`.
We already removed this in the `gpui2-ui` branch, but getting this on
`main` since @KCaverly pointed it out.
Release Notes:
- N/A
crates/gpui2_macros/src/styleable_helpers.rs | 4 ----
1 file changed, 4 deletions(-)
@@ -135,10 +135,6 @@ fn generate_predefined_setter(
}
};
- if negate {
- dbg!(method.to_string());
- }
-
method
}