delete a log output using printf in AppDelegate.cpp

This commit is contained in:
yangws 2011-06-27 17:08:03 +08:00
parent 3b6265aa58
commit c56dd6e747
1 changed files with 0 additions and 1 deletions

View File

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