summaryrefslogtreecommitdiff
path: root/src/SMAPI/Framework/Logging/LogManager.cs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-05-14 13:32:13 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-05-14 13:32:13 -0400
commit3a4758dfa63f0f8e03166bffa15e16f7995499d7 (patch)
tree6b54e3c25c12cd923ec12d74e713b71558d54faf /src/SMAPI/Framework/Logging/LogManager.cs
parenta9cadc7f32fd9fd244fc3e22c62a35e7c257c084 (diff)
downloadSMAPI-3a4758dfa63f0f8e03166bffa15e16f7995499d7.tar.gz
SMAPI-3a4758dfa63f0f8e03166bffa15e16f7995499d7.tar.bz2
SMAPI-3a4758dfa63f0f8e03166bffa15e16f7995499d7.zip
remove warning for mods which use `dynamic`
Diffstat (limited to 'src/SMAPI/Framework/Logging/LogManager.cs')
-rw-r--r--src/SMAPI/Framework/Logging/LogManager.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/SMAPI/Framework/Logging/LogManager.cs b/src/SMAPI/Framework/Logging/LogManager.cs
index b94807b5..ed5b6959 100644
--- a/src/SMAPI/Framework/Logging/LogManager.cs
+++ b/src/SMAPI/Framework/Logging/LogManager.cs
@@ -511,11 +511,6 @@ namespace StardewModdingAPI.Framework.Logging
"These mods have no update keys in their manifest. SMAPI may not notify you about updates for these",
"mods. Consider notifying the mod authors about this problem."
);
-
- // not crossplatform
- this.LogModWarningGroup(modsWithWarnings, ModWarning.UsesDynamic, LogLevel.Debug, "Not crossplatform",
- "These mods use the 'dynamic' keyword, and won't work on Linux/macOS."
- );
}
}