Merge pull request #214 from remi/remove-trace-statements

Remove trace statements
This commit is contained in:
Tim Emiola 2015-04-07 18:52:19 -07:00
commit 066ca68f5d
1 changed files with 0 additions and 2 deletions

View File

@ -41,7 +41,6 @@ module Google
api.document_base +
(schema_name[0..0] != '#' ? '#' + schema_name : schema_name)
)
# puts schema_uri
# Due to an oversight, schema IDs may not be URI references.
# TODO(bobaman): Remove this whole lambda once this has been resolved.
@ -75,7 +74,6 @@ module Google
end
end
schema_data = reformat_references.call(schema_data)
# puts schema_data.inspect
if schema_name
api_name_string = ActiveSupport::Inflector.camelize(api.name)