Remove forced -Ddisplay on 'lime display' output
This commit is contained in:
@@ -210,7 +210,7 @@ class AIRPlatform extends FlashPlatform {
|
||||
|
||||
var template = new Template (File.getContent (hxml));
|
||||
|
||||
return template.execute (context) + "\n-D display";
|
||||
return template.execute (context);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user