summaryrefslogtreecommitdiff
path: root/lib/dataset.rb
diff options
context:
space:
mode:
authorChristoph Helma <ch@in-silico.ch>2010-02-10 16:09:24 +0100
committerChristoph Helma <ch@in-silico.ch>2010-02-10 16:09:24 +0100
commitbfa1d9f1a85d8c6c5a7132328819d95d29fb07a8 (patch)
tree59543ae30427eda58cf5aaf5e51ec324e8737172 /lib/dataset.rb
parente3b3717024d644f17a52f5a49b6b145e53fee503 (diff)
debugging output of owl-dl removed
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 3971537..0ffefdc 100644
--- a/lib/dataset.rb
+++ b/lib/dataset.rb
@@ -88,7 +88,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