Skip to content

Commit

Permalink
Remove debug logging introduced accidentally in PR review (#622)
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey authored Aug 15, 2024
1 parent e818abc commit 2faf830
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions graphics/src/AssimpLoader.cc
Original file line number Diff line number Diff line change
Expand Up @@ -513,10 +513,6 @@ MaterialPtr AssimpLoader::Implementation::CreateMaterial(
pbr.SetRoughness(value);
}
#endif
std::cout << "Diffuse: " << mat->Diffuse() << std::endl;
std::cout << "Specular: " << mat->Specular() << std::endl;
std::cout << "Roughness: " << pbr.Roughness() << std::endl;
std::cout << "Metalness: " << pbr.Metalness() << std::endl;
mat->SetPbrMaterial(pbr);
return mat;
}
Expand Down

0 comments on commit 2faf830

Please sign in to comment.