Remove legacy hint

This commit is contained in:
Joshua Granick
2016-09-15 07:24:45 -07:00
parent a5d88fc022
commit 05a7210e61

View File

@@ -877,12 +877,6 @@ class CommandLineTools {
LogHelper.println ("Use \x1b[3m" + commandName + " setup\x1b[0m to configure platforms or \x1b[3m" + commandName + " help\x1b[0m for more commands");
if (targetFlags.exists ("openfl")) {
LogHelper.println ("\x1b[37mUse \x1b[3m-Dv2\x1b[0m\x1b[37m or \x1b[3m-Dlegacy\x1b[0m\x1b[37m with your commands to use OpenFL 2.x legacy mode\x1b[0m");
}
}
}