Disable some logging

pull/310/head
tobspr 4 years ago
parent 857b79cac0
commit 9a6029279d

@ -1,8 +1,9 @@
export const CHANGELOG = [
{
version: "1.1.18",
date: "24.06.2020",
date: "26.06.2020",
entries: [
"Huge belt performance improvements - up to 50% increase",
"Preparations for the wires update",
"Update belt placement performance on huge factories (by Phlosioneer)",
"Allow clicking on variants to select them",

@ -236,7 +236,7 @@ export class BeltSystem extends GameSystemWithFilter {
* Verifies all belt paths
*/
verifyBeltPaths() {
if (G_IS_DEV) {
if (G_IS_DEV && false) {
for (let i = 0; i < this.beltPaths.length; ++i) {
this.beltPaths[i].debug_checkIntegrity("general-verify");
}

Loading…
Cancel
Save