Skip to content

Commit

Permalink
Remove Debug Spam
Browse files Browse the repository at this point in the history
StollD committed Oct 29, 2018
1 parent 41ed041 commit 40b6a4b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Kopernicus.Components/KSC.cs
Original file line number Diff line number Diff line change
@@ -92,15 +92,11 @@ public class KSC : SerializableMonoBehaviour
public void Start()
{
body = GetComponent<CelestialBody>();
Debug.Log(body);
if (!body.isHomeWorld)
{
Destroy(this);
return;
}

Debug.Log(this + " " + body);
Debug.Log(radius);

ksc = body.pqsController.GetComponentsInChildren<PQSCity>(true).First(m => m.name == "KSC");
mapDecal = body.pqsController.GetComponentsInChildren<PQSMod_MapDecalTangent>(true)

0 comments on commit 40b6a4b

Please sign in to comment.