Merge pull request #18537 from overleaf/jpa-cleanup-synctex

[clsi] cleanup unused SYNCTEX_BIN_HOST_PATH

GitOrigin-RevId: 062aed9dceb1388fab0e59770aded5a440eaa3bd
This commit is contained in:
Jakob Ackermann 2024-05-28 13:09:51 +02:00 committed by Copybot
parent 4e7fbcfe2e
commit a486f7e481

View file

@ -159,6 +159,4 @@ if (process.env.DOCKER_RUNNER) {
module.exports.path.synctexBaseDir = () => '/compile'
module.exports.path.sandboxedCompilesHostDir = process.env.COMPILES_HOST_DIR
module.exports.path.synctexBinHostPath = process.env.SYNCTEX_BIN_HOST_PATH
}