Remove forced -Ddisplay on 'lime display' output

This commit is contained in:
Joshua Granick
2018-08-14 09:08:50 -07:00
parent 8aec4d7080
commit ccf8c48923
11 changed files with 9 additions and 11 deletions

View File

@@ -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);
}