Skip to content

Commit

Permalink
Removed leftover logs
Browse files Browse the repository at this point in the history
  • Loading branch information
orels1 committed Aug 10, 2020
1 parent ac6a133 commit c3d62b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Editor/CameraSystemSetup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ private void RunCameraSetup() {
var childCount = instancedCamera.transform.childCount;
for (int i = 0; i < childCount; i++) {
var child = instancedCamera.transform.GetChild(0);
Debug.LogFormat("Unpacking child {0}", child.name);
child.parent = null;
Undo.RegisterCreatedObjectUndo(child.gameObject, "Spawn Camera Lens");
}
Expand Down

0 comments on commit c3d62b9

Please sign in to comment.