SceneManager.LoadScene- Main Camera Problem

Hi, I want to transfer from one scene to another. I tried using SceneManager:

SceneManager.LoadScene("stage1");

It did work. It transferred to stage 1 but the problem is there are 2 main cameras in stage 1. Why is it ? I also tried:

SceneManager.LoadScene("stage1",LoadSceneMode.Single);

But still the same. There are still 2 main cameras in stage 1. Can someone help me? Please

[Edit] Fixed

I see the edit and that youve fixed it.
Its always appreciated if you can say what was wrong and how you fixed it in a comment in case someone needs to solve a similar issue.
Even if it was something silly, its appreciated.