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

@@ -267,7 +267,6 @@ class EmscriptenPlatform extends PlatformTarget {
var template = new Template (File.getContent (hxml));
Sys.println (template.execute (context));
Sys.println ("-D display");
}