Skip to content

Commit

Permalink
remove unnecessary output
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriciojs committed Sep 2, 2024
1 parent 2de4f0f commit c7095e4
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 c7095e4

Please sign in to comment.