From ca1b8144b59c53d41dcd406e6652f14b71e769b7 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Mon, 1 Aug 2016 00:28:57 +0200 Subject: [PATCH] [DEV] remove unnedded log --- ewol/compositing/Drawing.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ewol/compositing/Drawing.cpp b/ewol/compositing/Drawing.cpp index 0111e56e..3182bf3f 100644 --- a/ewol/compositing/Drawing.cpp +++ b/ewol/compositing/Drawing.cpp @@ -382,9 +382,9 @@ void ewol::compositing::Drawing::addVertex() { void ewol::compositing::Drawing::lineTo(const vec3& _dest) { resetCount(); internalSetColor(m_color); - EWOL_VERBOSE("DrawLine : " << m_position << " to " << _dest); + //EWOL_VERBOSE("DrawLine : " << m_position << " to " << _dest); if (m_position.x() == _dest.x() && m_position.y() == _dest.y() && m_position.z() == _dest.z()) { - EWOL_WARNING("Try to draw an line width 0"); + //EWOL_WARNING("Try to draw a line width 0"); return; } //teta = tan-1(oposer/adjacent)