Hello ercu7,
Put below code into your current theme’s functions.php file located at wp-content/themes/tora/ folder.
remove_action('tora_footer', 'tora_footer_credits', 9);
Note : All Changes you done in functions.php or other file are gone when you update theme. So prefer Child Theme.
Hope this helps you.