refactor: remove proxy console TODO (#66091)

This commit is contained in:
Oliver Eyton-Williams
2026-02-26 09:27:47 +01:00
committed by GitHub
parent 2ccef21368
commit 1d41b61f95

View File

@@ -364,7 +364,6 @@ function* updatePython(challengeData) {
};
runPythonCode(code);
// TODO: proxy errors to the console
}
function* previewProjectSolutionSaga({ payload }) {