zero debug level for release

This commit is contained in:
Ward Wouts 2005-02-01 19:34:05 +00:00
parent e8527a5247
commit d6e2ca2e20

View file

@ -1,4 +1,4 @@
# $Dwarf: article.rb,v 1.99 2005/02/01 10:14:23 ward Exp $
# $Dwarf: article.rb,v 1.100 2005/02/01 10:44:17 ward Exp $
# $Source$
#
@ -30,7 +30,7 @@ class PermError < ArticleError; end
class Article
Debuglevel = 1
Debuglevel = 0
Message = Struct.new(:messid, :id, :server, :subject)