summaryrefslogtreecommitdiff
path: root/lib/task.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/task.rb')
-rw-r--r--lib/task.rb1
1 files changed, 0 insertions, 1 deletions
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/}