Skip to content

Commit

Permalink
unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
e9x committed Jun 14, 2023
1 parent 5ec5014 commit dd655b9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/client/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,6 @@ class UVClient extends EventEmitter {
this.storage = new StorageApi(this);
this.style = new StyleApi(this);
}
initLocation(rewriteUrl, sourceUrl) {
this.location = new LocationApi(
this,
sourceUrl,
rewriteUrl,
this.worker
);
}
/**
*
* @param {*} obj
Expand Down

0 comments on commit dd655b9

Please sign in to comment.