Skip to content

Commit

Permalink
CLEANUP: Remove some unnecessary logs
Browse files Browse the repository at this point in the history
  • Loading branch information
magicaldave committed Oct 23, 2024
1 parent 50b9c7e commit e93ef5a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/brush_ni_node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ impl BrushNiNode {
.iter()
.for_each(|alpha_prop| {
if let Some(prop) = entity_props.get(&format!("Material_Alpha_{}", alpha_prop)) {
println!("Parsing alpha prop {prop}");
match *alpha_prop {
"UseBlend" => {
if let Ok(value) = prop.parse::<BrushUseAlpha>() {
Expand Down
2 changes: 0 additions & 2 deletions src/mesh.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,6 @@ impl Mesh {
alpha_prop.test_ref = props.alpha.test_threshold.unwrap_or(128);
}

dbg!(props.alpha, &alpha_prop.flags);

let alpha_link = self.stream.insert(alpha_prop);

self.stream
Expand Down

0 comments on commit e93ef5a

Please sign in to comment.