Skip to content

Commit 2fff241

Browse files
committed
[examples] HelloRadium remove debug print.
1 parent 667bfcf commit 2fff241

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/HelloRadium/main.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ int main( int argc, char* argv[] ) {
2727
//! [Verifying the OpenGL version available to the engine]
2828

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

3533
//! [Colorize the Cube]

0 commit comments

Comments
 (0)