We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae8a15c + 6aa156d commit 066ca68Copy full SHA for 066ca68
lib/google/api_client/discovery/schema.rb
@@ -41,7 +41,6 @@ def self.parse(api, schema_data)
41
api.document_base +
42
(schema_name[0..0] != '#' ? '#' + schema_name : schema_name)
43
)
44
- # puts schema_uri
45
46
# Due to an oversight, schema IDs may not be URI references.
47
# TODO(bobaman): Remove this whole lambda once this has been resolved.
@@ -75,7 +74,6 @@ def self.parse(api, schema_data)
75
74
end
76
77
schema_data = reformat_references.call(schema_data)
78
- # puts schema_data.inspect
79
80
if schema_name
81
api_name_string = ActiveSupport::Inflector.camelize(api.name)
0 commit comments