mirror of https://github.com/axmolengine/axmol.git
Remove unused log.
This commit is contained in:
parent
d3e97a75a3
commit
f332ae77c1
|
@ -203,8 +203,6 @@ void Texture2DGL::updateData(uint8_t* data, std::size_t width , std::size_t heig
|
|||
_textureInfo.type,
|
||||
data);
|
||||
|
||||
cocos2d::log("---> Texture2DGL::updateData:%u", texID);
|
||||
|
||||
CHECK_GL_ERROR_DEBUG();
|
||||
|
||||
if(!_hasMipmaps && level > 0)
|
||||
|
|
Loading…
Reference in New Issue