remove debug line

This commit is contained in:
Naoto Kondo
2022-03-22 02:28:49 +09:00
parent c91ef75629
commit ec85b791f0

View File

@@ -23,7 +23,6 @@ class CMakeBuild(build_ext):
if "CMAKE_ARGS" in os.environ: if "CMAKE_ARGS" in os.environ:
cmake_args += [ cmake_args += [
item for item in os.environ["CMAKE_ARGS"].split(" ") if item] item for item in os.environ["CMAKE_ARGS"].split(" ") if item]
print(cmake_args)
self.spawn(cmake_args) self.spawn(cmake_args)
if self.debug: if self.debug:
self.spawn(['cmake', '--build', '.', '--config', self.spawn(['cmake', '--build', '.', '--config',