diff --git a/includes/helpers.php b/includes/helpers.php index 0a03e53..eb86719 100644 --- a/includes/helpers.php +++ b/includes/helpers.php @@ -22,14 +22,9 @@ function make_screenshot_ajax(){ } function make_screenshot( $options ){ - echo( print_r( array( - 'options' => $options - ), true ) ); - if ( !file_exists( ABSPATH . 'temp/' ) ) { mkdir( ABSPATH . 'temp/' , 0777, true); } - $default_width = 1200; $default_height = 1000;