/home/arranoyd/otours/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gutenberg.php
<?php
if ( ! defined( 'ABSPATH' ) ) {
	die( '-1' );
}

class WPBakeryShortCode_VC_Gutenberg extends WPBakeryShortCode {
	protected function outputTitle( $title ) {
		return '';
	}
}