[DEBUG] remove some bad log

This commit is contained in:
Edouard DUPIN 2016-01-18 21:57:14 +01:00
parent c35e1d3a24
commit 5d92a27738
2 changed files with 2 additions and 3 deletions

View File

@ -140,7 +140,7 @@ def exist(lib_name, target_name, target) :
theSystem = __import__(env.get_build_system_base_name() + __start_system_name + target_name + "_" + data["name"])
#create the system module
try:
debug.info("call : " + data["name"])
debug.verbose("SYSTEM: request: " + data["name"])
data["system"] = theSystem.System(target)
data["exist"] = data["system"].valid
except:

View File

@ -28,7 +28,6 @@ class Target(target.Target):
self.type_arch = ""
target.Target.__init__(self, "Android", config, self.type_arch)
debug.warning("plop " + str(self.ar))
if config["bus-size"] == "32":
self.type_arch="armv7"
else:
@ -277,7 +276,7 @@ class Target(target.Target):
pkg_name_application_name = pkg_name
if self.config["mode"] == "debug":
pkg_name_application_name += "debug"
debug.info("ploppppp: " + str(pkg_properties))
#debug.info("ploppppp: " + str(pkg_properties))
# FINAL_path_JAVA_PROJECT
self.path_java_project = os.path.join(target_outpath,
"src")