mirror of https://github.com/axmolengine/axmol.git
Remove debug print statement
This commit is contained in:
parent
41b5cfebb6
commit
29cfe512a3
|
@ -83,7 +83,6 @@ CCSprite* CCSprite::createWithTexture(CCTexture2D *pTexture, const CCRect& rect)
|
||||||
|
|
||||||
CCSprite* CCSprite::create(const char *pszFileName)
|
CCSprite* CCSprite::create(const char *pszFileName)
|
||||||
{
|
{
|
||||||
printf("CCSprite::create(%s)\n", pszFileName);
|
|
||||||
CCSprite *pobSprite = new CCSprite();
|
CCSprite *pobSprite = new CCSprite();
|
||||||
if (pobSprite && pobSprite->initWithFile(pszFileName))
|
if (pobSprite && pobSprite->initWithFile(pszFileName))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue