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:
Marshall Bowers 2023-09-26 10:49:55 -04:00 committed by GitHub
parent 5e7f0c65fe
commit 342a00b89e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -135,10 +135,6 @@ fn generate_predefined_setter(
}
};
if negate {
dbg!(method.to_string());
}
method
}