Skip to content

Commit 23fdd73

Browse files
committed
Less 🌭
1 parent 6f33928 commit 23fdd73

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

‎update/update.go‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ func CheckForUpdate(client *api.Client, stateFilePath, repo, currentVersion stri
2828
return nil, err
2929
}
3030

31-
fmt.Printf("🌭 %+v -> %+v\n", latestRelease.Version, currentVersion)
3231
if versionGreaterThan(latestRelease.Version, currentVersion) {
3332
return latestRelease, nil
3433
}
@@ -52,7 +51,6 @@ func getLatestReleaseInfo(client *api.Client, stateFilePath, repo, currentVersio
5251
if err != nil {
5352
return nil, err
5453
}
55-
fmt.Printf("🌭 latestRelease: %+v\n", latestRelease)
5654

5755
err = setStateEntry(stateFilePath, time.Now(), latestRelease)
5856
if err != nil {

‎update/update_test.go‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,5 @@ func tempFilePath() string {
9797
log.Fatal(err)
9898
}
9999
os.Remove(file.Name())
100-
fmt.Printf("🌭 %+v\n", file.Name())
101100
return file.Name()
102101
}

0 commit comments

Comments
 (0)