summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMartin Gütlein <martin.guetlein@gmail.com>2010-04-14 11:40:48 +0200
committerMartin Gütlein <martin.guetlein@gmail.com>2010-04-14 11:40:48 +0200
commit3c52741e6c304ee48881ea67aa79039de8a9849a (patch)
tree0fa7cb5e7bea3484e6a08f34bf8c42b2b29e3faa /lib
parentef9d136c275f86147fea116c9351190489ff41c7 (diff)
remove debug code
Diffstat (limited to 'lib')
-rw-r--r--lib/owl.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/owl.rb b/lib/owl.rb
index 374c1e6..c410f76 100644
--- a/lib/owl.rb
+++ b/lib/owl.rb
@@ -261,7 +261,6 @@ module OpenTox
end
count += 1
LOGGER.debug "loaded "+count.to_s+" feature values" if (count%500 == 0)
- break if count == 1000
end
LOGGER.debug "loaded "+count.to_s+" feature values"