summaryrefslogtreecommitdiff
path: root/lib/dataset.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2010-02-15 10:14:53 +0100
committerChristoph Helma <helma@in-silico.de>2010-02-15 10:14:53 +0100
commit5a5c53b457d3c793034c28072e04dd10b35c6d45 (patch)
treecd517ade72ba09b3429a507ddf1b125796df53a6 /lib/dataset.rb
parent33d59523b3340d213b2bee58cde5de9ff4bffe99 (diff)
parent4700e63c77377f5731d47e3b523bdc3df60af149 (diff)
Merge branch 'test' into development
Diffstat (limited to 'lib/dataset.rb')
-rw-r--r--lib/dataset.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dataset.rb b/lib/dataset.rb
index 65e1e6b..f8f4a1b 100644
--- a/lib/dataset.rb
+++ b/lib/dataset.rb
@@ -92,7 +92,7 @@ module OpenTox
dataset = Dataset.new
LOGGER.debug "Getting data from #{uri}"
data = `curl "#{uri}"`
- LOGGER.debug data
+ #LOGGER.debug data
#data = RestClient.get(uri, :accept => 'application/rdf+xml') # unclear why this does not work for complex uris, Dataset.find works from irb
dataset.rdf = data
dataset