1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Disable some logging

This commit is contained in:
tobspr
2020-06-26 17:46:12 +02:00
parent 857b79cac0
commit 9a6029279d
2 changed files with 3 additions and 2 deletions

View File

@@ -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");
}