Skip to content

Commit

Permalink
Remove unnecessary messages
Browse files Browse the repository at this point in the history
  • Loading branch information
alagu committed Aug 26, 2013
1 parent fe5b443 commit 127feed
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,11 @@ def jekyll_post_object(path, file)

def create_post(title, content)
repo = Grit::Repo.new @path
puts "TRAVIS CREATE POST = " + repo.log.first.message

post 'save-post', :method => 'put', :post =>
{ :title => title ,
:content => content}

puts "TRAVIS CREATE POST DONE = " + repo.log.first.message

post_date = (Time.now).strftime("%Y-%m-%d")
(post_date + " " + title).to_url + '.md'
end
Expand Down

0 comments on commit 127feed

Please sign in to comment.