Skip to content

Commit

Permalink
More debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
alagu committed Aug 23, 2013
1 parent eeb8e2c commit 72ea3ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/pagoda/app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
require 'grit'
require 'stringex'
require 'yaml'
require 'pp'

require 'pagoda/views/layout'
require 'pagoda/helper'
Expand Down Expand Up @@ -159,6 +160,10 @@ def update_post(params)
config = Jekyll.configuration({'source' => cloned_repo_path})
site = Jekyll::Site.new(config)

puts "TRAVIS SAVE POST DATA = "
pp params


if params[:method] == 'put'
filename = create_new_post(params)
log_message = "Created #{filename}"
Expand Down

0 comments on commit 72ea3ad

Please sign in to comment.