diff --git a/CGoGN/src/Utils/text3d.cpp b/CGoGN/src/Utils/text3d.cpp index 617034a8dfe01debf1c392b8aea8f6601a7489d2..8012de940d21f722780f14dd36a19ca1cec4ee1b 100644 --- a/CGoGN/src/Utils/text3d.cpp +++ b/CGoGN/src/Utils/text3d.cpp @@ -96,8 +96,6 @@ Strings3D::Strings3D(bool withBackground, const Geom::Vec3f& bgc, bool with_plan glxfrag.append(fragmentShaderText3); } - std::cout << glxfrag << std::endl; - loadShadersFromMemory(glxvert.c_str(), glxfrag.c_str()); m_vbo1 = new Utils::VBO();