Skip to content

Commit fdb73c6

Browse files
committed
Removed printing statements
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent 993a066 commit fdb73c6

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
@@ -1605,8 +1605,6 @@ def pre_process_and_fetch_license_dict(abouts, api_url=None, api_key=None, scanc
16051605
Return a dictionary containing the license information (key, name, text, url)
16061606
fetched from the ScanCode LicenseDB or DejaCode API.
16071607
"""
1608-
print("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!")
1609-
print(abouts)
16101608
key_text_dict = {}
16111609
captured_license = []
16121610
errors = []

0 commit comments

Comments
 (0)