From e2b8f08ef1052dafb9289e9347f8a0b97e7835ca Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Fri, 28 Apr 2023 17:05:01 -0400 Subject: [PATCH] This is redundant now --- cmd/attachments/main.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cmd/attachments/main.go b/cmd/attachments/main.go index c102f59..b811a3f 100644 --- a/cmd/attachments/main.go +++ b/cmd/attachments/main.go @@ -33,10 +33,6 @@ func main() { am.L.Fatal("please provide -blog") } - if am.Source == "" || am.Target == "" { - am.L.Fatal("flags not provided") - } - err := am.Walk() if err != nil { am.L.Fatal("error walking blog or notes dir to gather file names", zap.Error(err))