summaryrefslogtreecommitdiff
path: root/lib/opentox.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2019-08-24 15:06:53 +0200
committerChristoph Helma <helma@in-silico.ch>2019-08-24 15:06:53 +0200
commit8e1e8b94539dbdd74bd4ac28295cbfd1b84036ab (patch)
tree28528e19dc6ed4cca7ed824e939dedd6c4acc94c /lib/opentox.rb
parent1ee7de09c969e16fd11522d22179224e694b0161 (diff)
parent488ce9fe6d4b715680675861105b8c52a7535140 (diff)
Merge remote-tracking branch 'origin/development'
Diffstat (limited to 'lib/opentox.rb')
-rw-r--r--lib/opentox.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/opentox.rb b/lib/opentox.rb
index 5c300cf..fb2a579 100644
--- a/lib/opentox.rb
+++ b/lib/opentox.rb
@@ -11,13 +11,6 @@ module OpenTox
include Mongoid::Timestamps
store_in collection: klass.downcase.pluralize
field :name, type: String
- field :source, type: String
- field :warnings, type: Array, default: []
-
- def warn warning
- $logger.warn warning
- warnings << warning
- end
end
OpenTox.const_set klass,c
end