diff --git a/services/web/app/coffee/infrastructure/ExpressLocals.coffee b/services/web/app/coffee/infrastructure/ExpressLocals.coffee index ad424c6a6a..654d74b711 100644 --- a/services/web/app/coffee/infrastructure/ExpressLocals.coffee +++ b/services/web/app/coffee/infrastructure/ExpressLocals.coffee @@ -22,7 +22,6 @@ for path in [ "#{jsPath}libs/pdf.js", "#{jsPath}libs/pdf.worker.js", "/stylesheets/mainStyle.css" - "/brand/plans.css" ] filePath = Path.join __dirname, "../../../", "public#{path}" content = fs.readFileSync filePath