diff --git a/shortcodes/shortcode-thankyou.php b/shortcodes/shortcode-thankyou.php index d34cb11fa8e..c0f3d8514ad 100644 --- a/shortcodes/shortcode-thankyou.php +++ b/shortcodes/shortcode-thankyou.php @@ -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 = '';