Skip to content

Commit

Permalink
Remove debug dump call from Image class
Browse files Browse the repository at this point in the history
  • Loading branch information
chregu committed Mar 18, 2024
1 parent 0c74a6d commit ee03fa3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Image.php
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,6 @@ private function uploadSourceImageInternal($organization, $options, $requestOpti
];
}

dump($options);
if (isset($options['meta_static'])) {
$options['meta_static'] = $this->applyValueTransformationsToUserMeta($options['meta_static']);
$requestOptions[] = [
Expand Down

0 comments on commit ee03fa3

Please sign in to comment.