you might be using a plugin that loads javascripts at the footer. and since the plugin is requiring to have that javascript or something, it returns an error and thus give you the blank page.
dont remove the get_footer(); unless you are 100% sure that all plugins won’t be loading javascripts or something in the footer. but in most cases, we shouldnt be removing the get_footer().
hope that helps