Skip to content

Commit

Permalink
cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbrown committed Mar 8, 2024
1 parent e5ebe5d commit b8c12af
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion pax-compiler/src/parsing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1562,7 +1562,6 @@ impl Reflectable for pax_runtime::api::Rotation {
Some(&Self::get_self_pascal_identifier()),
);

panic!("{}", type_id);
type_id
}
}
Expand Down
8 changes: 0 additions & 8 deletions pax-manifest/src/deserializer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,6 @@ where
Ok(t)
}

fn color_visitor<'de, V>(visitor: V) -> V
where
V: Visitor<'de, Value = Color>,
{
visitor
}

impl<'de> de::Deserializer<'de> for Deserializer {
type Error = Error;

Expand Down Expand Up @@ -167,7 +160,6 @@ impl<'de> de::Deserializer<'de> for Deserializer {
})
}
Rule::literal_color_const => {
// panic!("Color: {}", what_kind_of_color.as_str());
let explicit_color = visitor.visit_enum(PaxEnum::new(
Some(COLOR.to_string()),
what_kind_of_color.as_str().to_string(),
Expand Down

0 comments on commit b8c12af

Please sign in to comment.