diff --git a/src/meshlabplugins/decorate_raster_proj/decorate_raster_proj.cpp b/src/meshlabplugins/decorate_raster_proj/decorate_raster_proj.cpp index 4d3ae0298..6b79b5e8d 100644 --- a/src/meshlabplugins/decorate_raster_proj/decorate_raster_proj.cpp +++ b/src/meshlabplugins/decorate_raster_proj/decorate_raster_proj.cpp @@ -521,7 +521,6 @@ bool DecorateRasterProjPlugin::startDecorate( QAction *act, qWarning( (std::string("Impossible to load GLEW library.")+(char*)glewGetErrorString(err)).c_str() ); return false; } - Log( "GLEW library correctly initialized." ); m_Context.acquire(); @@ -531,7 +530,6 @@ bool DecorateRasterProjPlugin::startDecorate( QAction *act, qWarning( ("Error while initializing shaders.\n"+logs).c_str() ); return false; } - Log( "Shaders correctly loaded." ); s_AreVBOSupported = glewIsSupported( "GL_ARB_vertex_buffer_object" );