Remove debug message.

This commit is contained in:
Ali Moghnieh 2017-12-22 20:01:58 +00:00
parent 5fa2ce7d9e
commit d16e67c51e
No known key found for this signature in database
GPG Key ID: F09D3A1BAF2E6D70

View File

@ -127,7 +127,6 @@ public class MetaItemStack {
String _str = string[i];
if (loreIndex == -1) {
if (_str.matches("^lore" + splitPattern.pattern() + ".*")) {
System.out.println("YES " + _str);
loreIndex = i;
}
} else {