Remove unnecessary warnings

This commit is contained in:
comp500 2022-02-14 16:02:07 +00:00
parent 36b6d806c8
commit 6bb15f593b
2 changed files with 0 additions and 2 deletions

View File

@ -197,7 +197,6 @@ var exportCmd = &cobra.Command{
} }
fmt.Println("Modpack exported to " + fileName) fmt.Println("Modpack exported to " + fileName)
fmt.Println("Make sure you remove this file before running packwiz refresh, or add it to .packwizignore")
}, },
} }

View File

@ -227,7 +227,6 @@ var exportCmd = &cobra.Command{
} }
fmt.Println("Modpack exported to " + fileName) fmt.Println("Modpack exported to " + fileName)
fmt.Println("Make sure you remove this file before running packwiz refresh, or add it to .packwizignore")
}, },
} }