Skip to content

Commit b605132

Browse files
committed
Remove debugging print statements.
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent 12705c0 commit b605132

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/attributecode/model.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1626,8 +1626,6 @@ def pre_process_and_fetch_license_dict(abouts, api_url=None, api_key=None, scanc
16261626
key_text_dict[lic_key] = detail_list
16271627
if not about.license_key.value:
16281628
about.license_key.value = lic_list
1629-
print("1111111111111111111")
1630-
print(key_text_dict)
16311629
return key_text_dict, errors
16321630

16331631

0 commit comments

Comments
 (0)