Skip to content

Commit

Permalink
isTrackingNumberValid is only used for guessing carriers in index.js,…
Browse files Browse the repository at this point in the history
… don't confuse things
  • Loading branch information
javamatte committed Sep 10, 2020
1 parent 1c92de1 commit 6d11cb7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions carriers/ups.js
Expand Up @@ -59,11 +59,6 @@ function UPS(options) {
return true;
}

// check for valid usps numbers for Mail Innovations
if (usps.isTrackingNumberValid(trackingNumber)) {
return true;
}

return false;
};

Expand Down

0 comments on commit 6d11cb7

Please sign in to comment.