[DEV] remove some Logs
This commit is contained in:
parent
1b0c7b4704
commit
51c6650a0a
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user