diff --git a/cmd/dawg.go b/cmd/dawg.go index 246375b..048d994 100644 --- a/cmd/dawg.go +++ b/cmd/dawg.go @@ -105,11 +105,6 @@ and usage of using your command.`, os.Exit(1) } - if dawgname == "" { - fmt.Printf("Error: DAWG name not specified.\n") - os.Exit(1) - } - fmt.Printf("Loading DAWG: %s\n", dawgfile) dawgf, err := dawg.Load(dawgfile) if err != nil {