Skip to content

Commit

Permalink
delete print line
Browse files Browse the repository at this point in the history
  • Loading branch information
SteKrause committed May 3, 2023
1 parent bd37a16 commit 358d278
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion schulcloud/fwu/upload_fwu.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def upload(self):

# Upload the metadata to Edu-Sharing
es_folder = self.setup_destination_folder('FWU')
print(f'title: {title_raw} {title}')
properties = generate_node_properties(name=title, title=title_raw, description=description,
keywords=keywords, replication_source_id=title, hpi_searchable=True,
license=license, publisher=publisher, url=target_url)
Expand Down

0 comments on commit 358d278

Please sign in to comment.