It is easy ??
just go into plugins files
masterslider => public => includes => class-msp-frontend-assets.php
line 35
comment this line
add_action( ‘wp_head’ , array( $this, ‘meta_generator’ ) );
like this
// add_action( ‘wp_head’ , array( $this, ‘meta_generator’ ) );
hope it helps ??