change: remove cache last launched package name

This commit is contained in:
lilong.129
2023-06-07 14:58:54 +08:00
parent fa74f4dd63
commit 18ee1d7f0e
5 changed files with 1 additions and 21 deletions
-2
View File
@@ -21,8 +21,6 @@ type Driver struct {
sessionId string
client *http.Client
scale float64
// cache the last launched package name
lastLaunchedPackageName string
}
func (wd *Driver) concatURL(u *url.URL, elem ...string) string {