fix(region): remove debug sql (#23318)

This commit is contained in:
屈轩
2025-09-17 16:54:47 +08:00
committed by GitHub
parent 37c3db52b9
commit 5387fc03f8
-2
View File
@@ -2888,8 +2888,6 @@ func (manager *SNetworkManager) ListItemFilter(
q = q.In("wire_id", subq.SubQuery())
}
q.DebugQuery()
return q, nil
}