Skip to content

Commit 2dee21d

Browse files
committed
Remove printing statement
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent fdb73c6 commit 2dee21d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/attributecode/model.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1697,9 +1697,6 @@ def pre_process_and_fetch_license_dict(abouts, api_url=None, api_key=None, scanc
16971697
key_text_dict[lic_key] = detail_list
16981698
if not about.license_key.value:
16991699
about.license_key.value = lic_list
1700-
print("^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^")
1701-
print(key_text_dict)
1702-
print(errors)
17031700
return key_text_dict, errors
17041701

17051702

0 commit comments

Comments
 (0)