Remove unused log.

This commit is contained in:
halx99 2019-11-24 21:02:41 +08:00
parent d3e97a75a3
commit f332ae77c1
1 changed files with 0 additions and 2 deletions

View File

@ -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)