From 6bb15f593bc924267df83685460405eb45240a76 Mon Sep 17 00:00:00 2001 From: comp500 <comp500@users.noreply.github.com> Date: Mon, 14 Feb 2022 16:02:07 +0000 Subject: [PATCH] Remove unnecessary warnings --- curseforge/export.go | 1 - modrinth/export.go | 1 - 2 files changed, 2 deletions(-) diff --git a/curseforge/export.go b/curseforge/export.go index 1ccd7ca..a476f1e 100644 --- a/curseforge/export.go +++ b/curseforge/export.go @@ -197,7 +197,6 @@ var exportCmd = &cobra.Command{ } fmt.Println("Modpack exported to " + fileName) - fmt.Println("Make sure you remove this file before running packwiz refresh, or add it to .packwizignore") }, } diff --git a/modrinth/export.go b/modrinth/export.go index 3ab8813..79a8036 100644 --- a/modrinth/export.go +++ b/modrinth/export.go @@ -227,7 +227,6 @@ var exportCmd = &cobra.Command{ } fmt.Println("Modpack exported to " + fileName) - fmt.Println("Make sure you remove this file before running packwiz refresh, or add it to .packwizignore") }, }