mirror of
https://github.com/lune-org/lune.git
synced 2025-04-10 21:40:54 +01:00
remove the debug print that neither me nor filip noticed
This commit is contained in:
parent
7a35ce40b4
commit
2f5af0ef4c
1 changed files with 0 additions and 1 deletions
|
@ -111,7 +111,6 @@ impl From<EnumItem> for DomEnumItem {
|
|||
|
||||
impl From<DomEnumItem> for EnumItem {
|
||||
fn from(value: DomEnumItem) -> Self {
|
||||
println!("dom enum item: {value:?}");
|
||||
EnumItem::from_enum_name_and_value(value.ty, value.value)
|
||||
.expect("cannot convert rbx_type::EnumItem with unknown type into EnumItem")
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue