mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-24 17:28:40 +00:00
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:
parent
5e7f0c65fe
commit
342a00b89e
1 changed files with 0 additions and 4 deletions
|
@ -135,10 +135,6 @@ fn generate_predefined_setter(
|
|||
}
|
||||
};
|
||||
|
||||
if negate {
|
||||
dbg!(method.to_string());
|
||||
}
|
||||
|
||||
method
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue