From f7e130d1729e06510b5678c251e51b5377b422e3 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Mon, 8 Apr 2013 17:59:31 +0200 Subject: debug messsages partially removed, gem depencies updated. tested with ruby 2.0.0p0 --- lib/task.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/task.rb') diff --git a/lib/task.rb b/lib/task.rb index 07c0b05..944f20c 100644 --- a/lib/task.rb +++ b/lib/task.rb @@ -35,7 +35,6 @@ module OpenTox #end =end if $!.respond_to? :to_ntriples - puts $!.to_turtle RestClientWrapper.put(File.join(task.uri,'Error'),:errorReport => $!.to_ntriples,:content_type => 'text/plain') else cut_index = $!.backtrace.find_index{|line| line.match /gems\/sinatra/} -- cgit v1.2.3