Skip to content

Commit 18dce5b

Browse files
authored
Merge pull request #513 from kool-dev/self-update-output
`self-update` remove unnecessary output
2 parents 2de4f0f + c7095e4 commit 18dce5b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

services/updater/writeable.go

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33

44
package updater
55

6-
import "fmt"
7-
8-
func isWriteable(path string) bool {
9-
fmt.Println("called unimplemented updater.isWriteable")
10-
6+
func isWriteable(_ string) bool {
117
return false
128
}

0 commit comments

Comments
 (0)