From 2fff24167302520d00a9f322c335e5083eaf405c Mon Sep 17 00:00:00 2001 From: dlyr Date: Mon, 19 Sep 2022 09:16:47 +0200 Subject: [PATCH] [examples] HelloRadium remove debug print. --- examples/HelloRadium/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/HelloRadium/main.cpp b/examples/HelloRadium/main.cpp index e3b8aa77200..c7461ae86df 100644 --- a/examples/HelloRadium/main.cpp +++ b/examples/HelloRadium/main.cpp @@ -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]