remove debug statement

pull/6827/head
Philipp Tessenow 11 years ago
parent a0a50c3592
commit f22348f3e8
  1. 1
      lib/open_project/github_integration.rb

@ -7,7 +7,6 @@ module OpenProject
REQUIRED_PERMISSIONS = %w{}
def self.github_api
require 'pry'; binding.pry
Octokit::Client.new :access_token => Setting.plugin_openproject_github_integration["github_access_token"]
end
end

Loading…
Cancel
Save