var_dump removal

This commit is contained in:
Mike Jolley 2013-04-17 16:53:25 +01:00
parent 77aa394093
commit 009712f635
1 changed files with 0 additions and 2 deletions

View File

@ -261,8 +261,6 @@ class WC_Query {
$this->post__in = $post__in;
$this->meta_query = $meta_query;
var_dump($q);
do_action( 'woocommerce_product_query', $q, $this );
}