Merge pull request #1306 from sharelatex/sk-take-git-bridge-out-of-beta

Take git-bridge out of beta-program

GitOrigin-RevId: ba95dcd1c818f11f44915ea3731d29aa50473622
This commit is contained in:
James Allen 2019-01-03 09:59:54 +00:00 committed by sharelatex
parent 95c8e29e66
commit 6bcf209fab

View file

@ -330,8 +330,6 @@ module.exports = ProjectController =
if subscription? and subscription.freeTrial? and subscription.freeTrial.expiresAt?
allowedFreeTrial = !!subscription.freeTrial.allowed || true
showGitBridge = user.betaProgram
logger.log project_id:project_id, "rendering editor page"
res.render 'project/editor',
title: project.name
@ -379,7 +377,6 @@ module.exports = ProjectController =
brandVariation: brandVariation
allowedImageNames: Settings.allowedImageNames || []
gitBridgePublicBaseUrl: Settings.gitBridgePublicBaseUrl
showGitBridge: showGitBridge
timer.done()
_buildProjectList: (allProjects, v1Projects = [])->