Skip to content

Commit ea48d7f

Browse files
committed
Removed '__ENABLE_PREVIEW__' section that slipped through
1 parent 1e5a689 commit ea48d7f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

mig/shared/install.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1745,15 +1745,6 @@ def _generate_confs_prepare(
17451745
else:
17461746
user_dict['__DUPLICATI_COMMENTED__'] = '#'
17471747

1748-
# Enable Paraview integration only if explicitly requested
1749-
if user_dict['__ENABLE_PREVIEW__'].lower() == 'true':
1750-
user_dict['__PREVIEW_COMMENTED__'] = ''
1751-
# Paraview requires websockets and http proxy
1752-
user_dict['__WEBSOCKETS_COMMENTED__'] = ''
1753-
user_dict['__PROXY_HTTP_COMMENTED__'] = ''
1754-
else:
1755-
user_dict['__PREVIEW_COMMENTED__'] = '#'
1756-
17571748
dev_suffix = '$(echo ${APACHE_CONFDIR} | sed "s@/etc/${APACHE_DAEMON}@@")'
17581749
if user_dict['__ENABLE_DEV_ACCOUNTS__'].lower() == "true":
17591750
user_dict['__APACHE_SUFFIX__'] = dev_suffix

0 commit comments

Comments
 (0)