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
|
method
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue