mirror of https://github.com/axmolengine/axmol.git
delete a log output using printf in AppDelegate.cpp
This commit is contained in:
parent
3b6265aa58
commit
c56dd6e747
|
@ -107,7 +107,6 @@ bool AppDelegate::applicationDidFinishLaunching()
|
|||
|
||||
#if (CC_TARGET_PLATFORM == CC_PLATFORM_WIN32) || (CC_TARGET_PLATFORM == CC_PLATFORM_IOS)
|
||||
string path = CCFileUtils::fullPathFromRelativePath("hello.lua");
|
||||
printf("%s", path.c_str());
|
||||
CCScriptEngineManager::sharedScriptEngineManager()->getScriptEngine()->executeScriptFile(path.c_str());
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue