diff --git a/src/core/drive/visit.js b/src/core/drive/visit.js index 97aef6300..1071a5284 100644 --- a/src/core/drive/visit.js +++ b/src/core/drive/visit.js @@ -386,16 +386,6 @@ export class Visit { // Private - getHistoryMethodForAction(action) { - switch (action) { - case "replace": - return history.replaceState - case "advance": - case "restore": - return history.pushState - } - } - hasPreloadedResponse() { return typeof this.response == "object" }