mirror of https://github.com/zulip/zulip.git
Remove unused bugdown global from models.py.
Fixes: #1379 (It was really a series of fixes leading up to this.)
This commit is contained in:
parent
b2f84f0fa4
commit
43e21f6fb4
|
@ -40,9 +40,6 @@ from six import text_type
|
|||
import time
|
||||
import datetime
|
||||
|
||||
# TODO: see #1379 to eliminate bugdown dependencies
|
||||
bugdown = None # type: Any
|
||||
|
||||
MAX_SUBJECT_LENGTH = 60
|
||||
MAX_MESSAGE_LENGTH = 10000
|
||||
MAX_LANGUAGE_ID_LENGTH = 50 # type: int
|
||||
|
|
Loading…
Reference in New Issue