remove debug line.

This commit is contained in:
tknzk 2016-06-01 14:19:44 +09:00
parent 3a0d4b9530
commit f1f0112512
No known key found for this signature in database
GPG Key ID: DDE06D041366598D
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ module Samples
sheets = Sheets::SheetsService.new
sheets.authorization = user_credentials_for(Sheets::AUTH_SPREADSHEETS_READONLY)
result = sheets.get_spreadsheet_values(options[:spreadsheet_key], options[:range])
puts result.inspect
data = []
rows = result.values.length
rows.times.each do |row|