浏览代码

comment out synctex for moment

Henry Oswald 8 年之前
父节点
当前提交
29dcef3b9e
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      services/clsi/app/coffee/DockerRunner.coffee

+ 2 - 2
services/clsi/app/coffee/DockerRunner.coffee

@@ -108,8 +108,8 @@ module.exports = DockerRunner =
 	_getContainerOptions: (command, image, volumes, timeout, environment) ->
 		timeoutInSeconds = timeout / 1000
 		
-		if Settings.path?.synctexBinHostPath?
-			volumes[Settings.path.synctexBinHostPath] = "/opt/synctex:ro"
+		# if Settings.path?.synctexBinHostPath?
+		# 	volumes[Settings.path.synctexBinHostPath] = "/opt/synctex:ro"
 
 		dockerVolumes = {}
 		for hostVol, dockerVol of volumes