mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 23:45:05 +02:00
Removed weird print statement
This commit is contained in:
parent
daf5e4e684
commit
13d4835d70
1 changed files with 0 additions and 1 deletions
|
|
@ -98,7 +98,6 @@ class KitIpdCrawler(HttpCrawler):
|
||||||
if label is not None:
|
if label is not None:
|
||||||
folder_tags.add(label)
|
folder_tags.add(label)
|
||||||
|
|
||||||
print(folder_tags)
|
|
||||||
return folder_tags
|
return folder_tags
|
||||||
|
|
||||||
def _extract_folder(self, folder_tag: Tag) -> KitIpdFolder:
|
def _extract_folder(self, folder_tag: Tag) -> KitIpdFolder:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue