Skip to content

Commit c9909d9

Browse files
committed
remove testing print statement.
1 parent c5e1f19 commit c9909d9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

about_code_tool/genabout.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,6 @@ def main(parser, options, args):
596596
project_parent_dir = dirname(copy_license_path)
597597
licenses_in_project = True
598598
license_list = gen.verify_license_files(input_list, project_parent_dir, licenses_in_project)
599-
print(license_list)
600599
if not license_list:
601600
print("None of the 'license_text_file' is found. '--copy_license' is ignored.")
602601
else:
@@ -612,7 +611,6 @@ def main(parser, options, args):
612611
license_dir = dirname(license_text_path)
613612
licenses_in_project = False
614613
license_list = gen.verify_license_files(input_list, license_dir, licenses_in_project)
615-
print(license_list)
616614
if not license_list:
617615
print("None of the 'license_text_file' is found. '--copy_license' is ignored.")
618616
else:

0 commit comments

Comments
 (0)