mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2024-12-18 16:17:45 +01:00
remove debug
This commit is contained in:
parent
9ad0c34603
commit
688654adcc
@ -64,9 +64,6 @@ public class BackwardsMappings {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!key.equals(value.getValue().getAsString())) {
|
|
||||||
ViaBackwards.getPlatform().getLogger().info("Mapping " + key + " -> " + value.getValue());
|
|
||||||
}
|
|
||||||
output[Integer.parseInt(entry.getKey())] = Short.parseShort(value.getKey());
|
output[Integer.parseInt(entry.getKey())] = Short.parseShort(value.getKey());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user