Remove debug messages

This commit is contained in:
Joshua Granick
2015-04-11 22:32:17 -07:00
parent ab81e57786
commit 376a85c57e
2 changed files with 0 additions and 9 deletions

View File

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

View File

@@ -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 = "";