Skip to content

Commit 816e2af

Browse files
authored
chore: remove deprecated toggle (#1226)
1 parent fb4986f commit 816e2af

File tree

1 file changed

+0
-4
lines changed
  • tutor/templates/jobs/init

1 file changed

+0
-4
lines changed

tutor/templates/jobs/init/cms.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ if [ -d /openedx/data/uploads/ ]; then
1313
fi
1414
fi
1515

16-
# Create waffle switches to enable some features, if they have not been explicitly defined before
17-
# Copy-paste of units in Studio (highly requested new feature, but defaults to off in Quince)
18-
(./manage.py cms waffle_flag --list | grep contentstore.enable_copy_paste_units) || ./manage.py lms waffle_flag --create contentstore.enable_copy_paste_units --everyone
19-
2016
# Create the index for studio and courseware content. Because we specify --init,
2117
# this will not populate the index (potentially slow) nor replace any existing
2218
# index (resulting in broken features until it is complete). If either of those

0 commit comments

Comments
 (0)