[DEV] remove some Logs

This commit is contained in:
Edouard DUPIN 2013-07-24 23:10:53 +02:00
parent 1b0c7b4704
commit 51c6650a0a
2 changed files with 2 additions and 2 deletions

View File

@ -197,7 +197,7 @@ int32_t extractPartOfStyle(const etk::UString& _data, etk::UString& _outputType,
} }
} }
} }
SVG_DEBUG(" extract : '" << _outputType << "':'" << _outputData << "'"); SVG_VERBOSE(" extract : '" << _outputType << "':'" << _outputData << "'");
return -1; return -1;
} }

View File

@ -24,7 +24,7 @@ esvg::Renderer::Renderer(uint32_t width, uint32_t height)
m_allocatedSize = dataSize; m_allocatedSize = dataSize;
// allocate Data // allocate Data
SVG_DEBUG("Allocate buffer : " << dataSize); SVG_VERBOSE("Allocate buffer : " << dataSize);
ETK_MALLOC(m_buffer, dataSize, uint8_t); ETK_MALLOC(m_buffer, dataSize, uint8_t);
if (NULL == m_buffer) { if (NULL == m_buffer) {