From ce1524cd07fe0b341364b0517080dee7df9607df Mon Sep 17 00:00:00 2001 From: Brian Gough Date: Tue, 31 May 2016 16:21:07 +0100 Subject: [PATCH] remove unnecessary build id in query string this is now in the url --- .../web/public/coffee/ide/pdf/controllers/PdfController.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/services/web/public/coffee/ide/pdf/controllers/PdfController.coffee b/services/web/public/coffee/ide/pdf/controllers/PdfController.coffee index 7ed42b6e1f..a2aa5e27e5 100644 --- a/services/web/public/coffee/ide/pdf/controllers/PdfController.coffee +++ b/services/web/public/coffee/ide/pdf/controllers/PdfController.coffee @@ -132,7 +132,6 @@ define [ opts = method:"GET" params: - build:file.build clsiserverid:ide.clsiServerId if file.url? # FIXME clean this up when we have file.urls out consistently opts.url = file.url