zero debug level for release
This commit is contained in:
parent
e8527a5247
commit
d6e2ca2e20
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue