Skip to content

Commit

Permalink
[examples] HelloRadium remove debug print.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlyr committed Sep 19, 2022
1 parent 667bfcf commit 2fff241
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/HelloRadium/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ int main( int argc, char* argv[] ) {
//! [Verifying the OpenGL version available to the engine]

//! [Creating the cube]
std::cerr << "CREATE CUBE\n";
auto cube { std::move( Ra::Core::Geometry::makeSharpBox2( { 0.1f, 0.1f, 0.1f } ) ) };
std::cerr << "DONE CUBE\n";
//! [Creating the cube]

//! [Colorize the Cube]
Expand Down

0 comments on commit 2fff241

Please sign in to comment.