Skip to content

Commit c5b79d4

Browse files
committed
MC-23024: UPS track information request/response was removed from shipping.log
1 parent 7bf3783 commit c5b79d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Ups/Model/Carrier.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1878,7 +1878,6 @@ public function getShipConfirmUrl()
18781878
*/
18791879
public function requestToShipment($request)
18801880
{
1881-
//breakpoint
18821881
$packages = $request->getPackages();
18831882
if (!is_array($packages) || !$packages) {
18841883
throw new LocalizedException(__('No packages for request'));

0 commit comments

Comments
 (0)