Skip to content

Commit

Permalink
fix: remove useless var
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Aug 24, 2022
1 parent 22e790c commit c7f07ad
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ios/Plugin/CapacitorUpdater.swift
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,6 @@ extension CustomError: LocalizedError {
private let INFO_SUFFIX = "_info"
private let FALLBACK_VERSION = "pastVersion"
private let NEXT_VERSION = "nextVersion"

private var lastPathHot = ""
private var lastPathPersist = ""

public let TAG = "✨ Capacitor-updater:";
public let CAP_SERVER_PATH = "serverBasePath"
Expand Down

0 comments on commit c7f07ad

Please sign in to comment.