diff --git a/lime/project/HXProject.hx b/lime/project/HXProject.hx index ec316ac9c..1090ac437 100644 --- a/lime/project/HXProject.hx +++ b/lime/project/HXProject.hx @@ -469,7 +469,6 @@ class HXProject { if (!FileSystem.exists (path) || !FileSystem.isDirectory (path)) { - Sys.println (":("); return null; } @@ -1159,12 +1158,6 @@ class HXProject { } - for (field in Reflect.fields (context)) { - - //Sys.println ("context." + field + " = " + Reflect.field (context, field)); - - } - context.DEBUG = debug; context.SWF_VERSION = app.swfVersion; context.PRELOADER_NAME = app.preloader; diff --git a/tools/CommandLineTools.hx b/tools/CommandLineTools.hx index fdaee3700..e95470ce5 100644 --- a/tools/CommandLineTools.hx +++ b/tools/CommandLineTools.hx @@ -1291,8 +1291,6 @@ class CommandLineTools { for (key in projectDefines.keys ()) { - Sys.println (key); - var components = key.split ("-"); var field = components.shift ().toLowerCase (); var attribute = "";