Remove bok-choy reference (#34216)

* chore: remove bok-choy references
This commit is contained in:
salmannawaz
2024-02-14 19:42:08 +05:00
committed by GitHub
parent 4daf452620
commit f76b6b4e10
6 changed files with 3 additions and 11 deletions

View File

@@ -498,7 +498,6 @@ def _save_xblock(
publish = "make_public"
# Make public after updating the xblock, in case the caller asked for both an update and a publish.
# Used by Bok Choy tests and by republishing of staff locks.
if publish == "make_public":
modulestore().publish(xblock.location, user.id)