remove debug

This commit is contained in:
Gerrygames 2019-01-18 11:44:41 +01:00
parent 9ad0c34603
commit 688654adcc

View File

@ -64,9 +64,6 @@ public class BackwardsMappings {
continue;
}
}
if (!key.equals(value.getValue().getAsString())) {
ViaBackwards.getPlatform().getLogger().info("Mapping " + key + " -> " + value.getValue());
}
output[Integer.parseInt(entry.getKey())] = Short.parseShort(value.getKey());
}
}