Yes, but this hides all messages with the .updated.fade class, not just the WooCommerce messages. There are other important messages that might be using this class.
I've found the best way to remove these messages is to add
remove_action( 'admin_notices', 'woothemes_updater_notice' );
to my theme's functions.php.