diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-04-07 15:37:39 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-13 15:28:14 -0400 |
commit | f250afbaddece5d0a6a5ec4e28f49c3be63c80a0 (patch) | |
tree | 7bff28d4209ab04ad99dceed6ea1726ba1d3e372 /src/SMAPI.Mods.ConsoleCommands | |
parent | 4b9afa4ca3622d96bcd090674512846f71ec6c4a (diff) | |
download | SMAPI-f250afbaddece5d0a6a5ec4e28f49c3be63c80a0.tar.gz SMAPI-f250afbaddece5d0a6a5ec4e28f49c3be63c80a0.tar.bz2 SMAPI-f250afbaddece5d0a6a5ec4e28f49c3be63c80a0.zip |
fix unspecified log levels
Diffstat (limited to 'src/SMAPI.Mods.ConsoleCommands')
-rw-r--r-- | src/SMAPI.Mods.ConsoleCommands/ModEntry.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/SMAPI.Mods.ConsoleCommands/ModEntry.cs b/src/SMAPI.Mods.ConsoleCommands/ModEntry.cs index 77dace26..4807c46d 100644 --- a/src/SMAPI.Mods.ConsoleCommands/ModEntry.cs +++ b/src/SMAPI.Mods.ConsoleCommands/ModEntry.cs @@ -1,7 +1,6 @@ using System; using System.Collections.Generic; using System.Linq; -using StardewModdingAPI.Events; using StardewModdingAPI.Mods.ConsoleCommands.Framework.Commands; namespace StardewModdingAPI.Mods.ConsoleCommands |