Remove dbg! from styleable_helpers! (#3035)
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
This commit is contained in:
@@ -135,10 +135,6 @@ fn generate_predefined_setter(
|
||||
}
|
||||
};
|
||||
|
||||
if negate {
|
||||
dbg!(method.to_string());
|
||||
}
|
||||
|
||||
method
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user