summaryrefslogtreecommitdiff
path: root/application.rb
diff options
context:
space:
mode:
Diffstat (limited to 'application.rb')
-rwxr-xr-xapplication.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/application.rb b/application.rb
index a6dbaee..e221b76 100755
--- a/application.rb
+++ b/application.rb
@@ -2,8 +2,6 @@ require 'rubygems'
gem "opentox-ruby-api-wrapper", "= 1.6.0"
require 'opentox-ruby-api-wrapper'
-LOGGER.progname = File.expand_path(__FILE__)
-
class Dataset
include DataMapper::Resource
property :id, Serial