Skip to content

Commit

Permalink
Removing a var_dump statement
Browse files Browse the repository at this point in the history
  • Loading branch information
aldavigdis committed Jul 13, 2024
1 parent afffa1e commit 235e1fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Export/Invoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ public static function create_in_dk(
}

if ( 200 !== $result->response_code ) {
var_dump( $result );
return false;
}

Expand Down

0 comments on commit 235e1fc

Please sign in to comment.