Skip to content

Commit

Permalink
Merge pull request #513 from kool-dev/self-update-output
Browse files Browse the repository at this point in the history
`self-update` remove unnecessary output
  • Loading branch information
fabriciojs authored Sep 2, 2024
2 parents 2de4f0f + c7095e4 commit 18dce5b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions services/updater/writeable.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@

package updater

import "fmt"

func isWriteable(path string) bool {
fmt.Println("called unimplemented updater.isWriteable")

func isWriteable(_ string) bool {
return false
}

0 comments on commit 18dce5b

Please sign in to comment.