Skip to content

Commit 066ca68

Browse files
committed
Merge pull request googleapis#214 from remi/remove-trace-statements
Remove trace statements
2 parents ae8a15c + 6aa156d commit 066ca68

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/google/api_client/discovery/schema.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ def self.parse(api, schema_data)
4141
api.document_base +
4242
(schema_name[0..0] != '#' ? '#' + schema_name : schema_name)
4343
)
44-
# puts schema_uri
4544

4645
# Due to an oversight, schema IDs may not be URI references.
4746
# TODO(bobaman): Remove this whole lambda once this has been resolved.
@@ -75,7 +74,6 @@ def self.parse(api, schema_data)
7574
end
7675
end
7776
schema_data = reformat_references.call(schema_data)
78-
# puts schema_data.inspect
7977

8078
if schema_name
8179
api_name_string = ActiveSupport::Inflector.camelize(api.name)

0 commit comments

Comments
 (0)