lib/relaton_ogc/util.rb in relaton-ogc-1.18.1 vs lib/relaton_ogc/util.rb in relaton-ogc-1.19.0

- old
+ new

@@ -1,9 +1,6 @@ module RelatonOgc module Util extend RelatonBib::Util - - def self.logger - RelatonOgc.configuration.logger - end + PROGNAME = "relaton-ogc".freeze end end