Skip to content

Commit 38b48b5

Browse files
authored
Fix bandit issues part 1 (#608) (#613)
1 parent 7746682 commit 38b48b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/command_build_clib.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,6 @@ def build_libraries(self, libraries):
269269
link_command += " " + ".lib ".join(libraries) + ".lib" # libraries
270270
link_command += " /OUT:" + c_library_filename # output file name
271271
link_command += " " + " ".join(extra_link_postargs)
272-
print(link_command)
273272
os.system(link_command)
274273
else:
275274
self.compiler.link_shared_lib(objects,

0 commit comments

Comments
 (0)