removed var_dump

This commit is contained in:
Mike Jolley 2012-01-10 16:45:22 +00:00
parent 4fe59d979e
commit 371984b381
1 changed files with 0 additions and 2 deletions

View File

@ -20,8 +20,6 @@ function get_woocommerce_thankyou( $atts ) {
function woocommerce_thankyou( $atts ) {
global $woocommerce, $order;
var_dump($_GET);
// Pay for order after checkout step
if (isset($_GET['order'])) $order_id = $_GET['order']; else $order_id = 0;
if (isset($_GET['key'])) $order_key = $_GET['key']; else $order_key = '';