Remove debug messages
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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 = "";
|
||||
|
||||
Reference in New Issue
Block a user