summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-10-19 16:30:10 +0200
committerAndreas Maunz <andreas@maunz.de>2012-10-19 16:30:10 +0200
commit8b908fd2b6162785056c3d6234d438737ab0b6d4 (patch)
tree632df6cb2463a78a4db26ce29517b074bfc8da32
parentfe14fc87fe861ae6343b0028fa9174a8d42ec396 (diff)
Removed debug
-rw-r--r--webapp/dataset.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/webapp/dataset.rb b/webapp/dataset.rb
index c22210d..21b6ae9 100644
--- a/webapp/dataset.rb
+++ b/webapp/dataset.rb
@@ -93,7 +93,6 @@ module OpenTox
begin
result_ds = OpenTox::Dataset.new(nil,@subjectid)
ds=OpenTox::Dataset.find("#{$dataset[:uri]}/#{dataset}",@subjectid)
- $logger.debug "AM: #{ds.compounds.size} compounds"
ds.compounds.each { |cmpd|
ds_string = RestClient.post("#{$compound[:uri]}/#{cmpd.inchi}/pc", params, {:accept => "application/rdf+xml"})
single_cmpd_ds = OpenTox::Dataset.new(nil,@subjectid)