mirror of
https://github.com/nasa/openmct.git
synced 2025-06-13 12:48:14 +00:00
[export] remove pdf export
Remove pdf export with extreme prejudice due to issues with build process. Fixes https://github.com/nasa/openmct/issues/1217
This commit is contained in:
@ -72,7 +72,7 @@ define(
|
||||
mockElement = angular.element('<div />');
|
||||
mockExportImageService = jasmine.createSpyObj(
|
||||
"ExportImageService",
|
||||
["exportJPG", "exportPNG", "exportPDF"]
|
||||
["exportJPG", "exportPNG"]
|
||||
);
|
||||
mockFormatter = jasmine.createSpyObj(
|
||||
"formatter",
|
||||
|
Reference in New Issue
Block a user