From f93e03baaa9833cb3f329c9b342825b7527e1b48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20G=C3=BCtlein?= Date: Mon, 29 Mar 2010 11:44:47 +0200 Subject: added tum models --- lib/dataset.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/dataset.rb') diff --git a/lib/dataset.rb b/lib/dataset.rb index abc2d6c..70edf1c 100644 --- a/lib/dataset.rb +++ b/lib/dataset.rb @@ -17,7 +17,6 @@ module OpenTox if uri.match(/webservices.in-silico.ch|localhost|ot.dataset.de|opentox.informatik.uni-freiburg.de/) # try to get YAML first d = YAML.load RestClient.get(uri, :accept => 'application/x-yaml').to_s else # get default rdf+xml - LOGGER.error "no yaml uri match: "+uri.to_s owl = OpenTox::Owl.from_uri(uri) d = Dataset.new -- cgit v1.2.3