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

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