diff --git a/shares.py b/shares.py index 654289ad7..a30cec902 100644 --- a/shares.py +++ b/shares.py @@ -702,10 +702,6 @@ def outboxShareUpload(baseDir: str, httpPrefix: str, if debug: print('DEBUG: category missing from Offer') return - if not messageJson['object'].get('location'): - if debug: - print('DEBUG: location missing from Offer') - return if not messageJson['object'].get('duration'): if debug: print('DEBUG: duration missing from Offer')