diff --git a/mayan/apps/common/views.py b/mayan/apps/common/views.py index b59a1a611f..a05d2a2dba 100644 --- a/mayan/apps/common/views.py +++ b/mayan/apps/common/views.py @@ -37,7 +37,6 @@ class CheckVersionView(SimpleView): template_name = 'appearance/generic_template.html' def get_extra_context(self): - raise Exception('asd') try: check_version() except NotLatestVersion as exception: