diff options
Diffstat (limited to 'ogcp/views.py')
-rw-r--r-- | ogcp/views.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ogcp/views.py b/ogcp/views.py index 11ff7b5..60afbd3 100644 --- a/ogcp/views.py +++ b/ogcp/views.py @@ -658,10 +658,6 @@ def action_setup_modify(): flash(_('Partitions can\'t have a size of zero or lower'), category='error') return redirect(url_for('commands')) - if cache_count == 0: - flash(_(f'Missing cache partition'), category='error') - return redirect(url_for('commands')) - if cache_count > 1: flash(_(f'More than one cache partition is not supported'), category='error') return redirect(url_for('commands')) |