Remove footer info in Kulkuri theme

Did you notice that there is some info in footer? You can remove it by putting this code in child theme functions.php inside setup function.

`remove_action( ‘wp_footer’, ‘kulkuri_footer_info’ );
`