This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch mod-gui in repository https://gitbox.apache.org/repos/asf/whimsy.git
commit 689828b14ebd50a131c52eb90b8ff0d9bdde6916 Author: Sebb <[email protected]> AuthorDate: Wed Jan 9 23:47:17 2019 +0000 Drop text code --- www/moderation/desk/models/mailbox.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/www/moderation/desk/models/mailbox.rb b/www/moderation/desk/models/mailbox.rb index 1dc18a9..2dc4603 100644 --- a/www/moderation/desk/models/mailbox.rb +++ b/www/moderation/desk/models/mailbox.rb @@ -30,7 +30,6 @@ class Mailbox @name = name.split('.').first @mbox = "#{ARCHIVE}/#{name}" end - @@test ||= object_id end # centralise the name generation
