JAL-1835 added UI for BioJSON embbeding preference
[jalview.git] / src / jalview / io / HtmlSvgOutput.java
index 7fcf629..16b2647 100644 (file)
@@ -40,11 +40,7 @@ public class HtmlSvgOutput
   {
     try
     {
-      if (file == null /*
-                        * && !(System.getProperty("java.awt.headless") != null
-                        * && System
-                        * .getProperty("java.awt.headless").equals("true"))
-                        */)
+      if (file == null)
       {
 
       JalviewFileChooser chooser = getHTMLChooser();