[DEV] remove log
This commit is contained in:
parent
6ea7014244
commit
f522c759d6
@ -119,8 +119,8 @@ void ewol::widget::Image::onRegenerateDisplay() {
|
||||
}
|
||||
m_compositing.printPart(imageRealSize, *propertyPosStart, *propertyPosStop);
|
||||
EWOL_DEBUG("Paint Image at : " << origin << " size=" << imageRealSize);
|
||||
EWOL_WARNING("Paint Image :" << *propertySource << " realsize=" << m_compositing.getRealSize() << " origin=" << origin << " size=" << imageRealSize);
|
||||
EWOL_WARNING(" start=" << *propertyPosStart << " stop=" << *propertyPosStop);
|
||||
EWOL_DEBUG("Paint Image :" << *propertySource << " realsize=" << m_compositing.getRealSize() << " origin=" << origin << " size=" << imageRealSize);
|
||||
EWOL_DEBUG(" start=" << *propertyPosStart << " stop=" << *propertyPosStop);
|
||||
}
|
||||
|
||||
void ewol::widget::Image::calculateMinMaxSize() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user