lib/relaton_3gpp/util.rb in relaton-3gpp-1.18.0 vs lib/relaton_3gpp/util.rb in relaton-3gpp-1.19.0
- old
+ new
@@ -1,9 +1,6 @@
module Relaton3gpp
module Util
extend RelatonBib::Util
-
- def self.logger
- Relaton3gpp.configuration.logger
- end
+ PROGNAME = "relaton-3gpp".freeze
end
end