diff --git a/services/updater/writeable.go b/services/updater/writeable.go index d150a655..3bc7458f 100644 --- a/services/updater/writeable.go +++ b/services/updater/writeable.go @@ -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 }