From 145c0409bb1f8e75965a1165af9f99c7b575da0c Mon Sep 17 00:00:00 2001 From: Sylvain Thery Date: Tue, 24 Nov 2015 17:10:08 +0100 Subject: [PATCH] remove cout --- CGoGN/src/Utils/text3d.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/CGoGN/src/Utils/text3d.cpp b/CGoGN/src/Utils/text3d.cpp index 617034a8d..8012de940 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(); -- GitLab