Remove WIP topic warning

This commit is contained in:
rubenwardy 2020-12-04 04:17:17 +00:00
parent af8d8c330d
commit 2358ed1b24
1 changed files with 0 additions and 3 deletions

View File

@ -155,9 +155,6 @@ def view(package):
if topic.author != package.author:
errors.append("<b>Error: Forum topic author doesn't match package author.</b>")
topic_error_lvl = "danger"
if topic.wip:
errors.append("Warning: Forum topic is in WIP section, make sure package meets playability standards.")
elif package.type != PackageType.TXP:
errors.append("Warning: Forum topic not found. This may happen if the topic has only just been created.")