From 231df07c29418780571214dc43dba2f469096d76 Mon Sep 17 00:00:00 2001 From: guange <8863824@gmail.com> Date: Thu, 25 Feb 2016 09:26:43 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4pry?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/student_work_controller.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/controllers/student_work_controller.rb b/app/controllers/student_work_controller.rb index 9a798a6f8..7ccb3177c 100644 --- a/app/controllers/student_work_controller.rb +++ b/app/controllers/student_work_controller.rb @@ -948,7 +948,6 @@ class StudentWorkController < ApplicationController } uri = URI(url) body = solutions.to_json - binding.pry res = Net::HTTP.new(uri.host, uri.port).start do |client| request = Net::HTTP::Post.new(uri.path) request.body = body @@ -1056,4 +1055,4 @@ class StudentWorkController < ApplicationController end end end -end \ No newline at end of file +end