From 8a65eaff3147cf9908159c0a2a38f86a4043fe3e Mon Sep 17 00:00:00 2001 From: Adam Novak Date: Fri, 17 Apr 2020 12:20:28 -0700 Subject: Remove extraneous prints --- bh20simplewebuploader/main.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'bh20simplewebuploader/main.py') diff --git a/bh20simplewebuploader/main.py b/bh20simplewebuploader/main.py index c8fdc3f..0db7d84 100644 --- a/bh20simplewebuploader/main.py +++ b/bh20simplewebuploader/main.py @@ -76,9 +76,6 @@ def generate_form(schema, options): IRI. """ - print(schema) - print(options) - # Get the list of form components, one of which is the root components = schema.get('$graph', []) @@ -160,10 +157,7 @@ def generate_form(schema, options): if ref_iri: record['ref_iri'] = ref_iri - print(field_name) - if field_name in options: - print("Has options: {}".format(options[field_name])) # The field will be a 'select' type no matter what its real # data type is. record['type'] = 'select' # Not a real HTML input type. It's its own tag. -- cgit v1.2.3