mirror of https://github.com/axmolengine/axmol.git
remove debug print
This commit is contained in:
parent
f7a0e7da1a
commit
13fab57ce2
|
@ -94,7 +94,6 @@ def main():
|
||||||
|
|
||||||
# Generate binding glue codes
|
# Generate binding glue codes
|
||||||
if(platform.system() == 'Darwin'):
|
if(platform.system() == 'Darwin'):
|
||||||
print "[test]Generating bindings glue codes ..."
|
|
||||||
#cd $COCOS2DX_ROOT/tools/travis-scripts
|
#cd $COCOS2DX_ROOT/tools/travis-scripts
|
||||||
os.system("chmod 777 tools/jenkins-scripts/gen_jsb.sh")
|
os.system("chmod 777 tools/jenkins-scripts/gen_jsb.sh")
|
||||||
os.system("tools/jenkins-scripts/gen_jsb.sh")
|
os.system("tools/jenkins-scripts/gen_jsb.sh")
|
||||||
|
|
Loading…
Reference in New Issue