Skip to content

Commit

Permalink
JM: code clean-up.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Moffitt committed Jan 13, 2018
1 parent 571f812 commit 08d0bd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/helpers/twitter_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 10,7 @@ class TwitterAPI

def initialize()

puts "Creating Twitter (public) API object."
#puts "Creating Twitter (public) API object."

@base_url = 'upload.twitter.com'
@uri_path = '/1.1/media/upload'
Expand All @@ -30,7 30,7 @@ def initialize()

def get_media_id(media_path)

puts "Value of media: #{media_path}"
#puts "Value of media: #{media_path}"

media_id = nil

Expand Down

0 comments on commit 08d0bd2

Please sign in to comment.