Skip to content

Commit

Permalink
Removed debug statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbohacek committed Feb 4, 2023
1 parent 7c0759e commit 258c203
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions includes/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 258c203

Please sign in to comment.