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:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user