summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-04-12 08:49:06 +0200
committerAndreas Maunz <andreas@maunz.de>2012-04-12 08:49:06 +0200
commit3310cf7a4bd283c3a8c8923e3d0a18f65864156c (patch)
tree24a6a12f03a6ac554b607d33a44639622b7a3ad7
parent00b89aba6823fe0577713e569891cf4ebfea1280 (diff)
Rem debug
-rw-r--r--lib/utils.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/utils.rb b/lib/utils.rb
index 0dbab37..0ad0d92 100644
--- a/lib/utils.rb
+++ b/lib/utils.rb
@@ -86,8 +86,6 @@ module OpenTox
if master
- LOGGER.debug master.collect { |row| row.join(",") }.join("\n")
-
ds = OpenTox::Dataset.find(
OpenTox::RestClientWrapper.post(
File.join(CONFIG[:services]["opentox-dataset"]), master.collect { |row| row.join(",") }.join("\n"), {:content_type => "text/csv"}