Why isn't this script logging anything to output and not loading data?

void Start () {
Debug.Log (“Calling Load”);
Load ();
Debug.Log (“Called Load”);

	}

Help, please
@TheSOULDev

Maybe the gameobject this script is attached to isn’t active when the game starts?