Remove annoying warning message

This commit is contained in:
Timothy Baldridge
2019-11-04 22:25:50 -07:00
parent 3d9cf4cc65
commit f2efdeef9d

View File

@ -153,7 +153,6 @@ namespace Wabbajack.Lib.NexusApi
} }
catch (Exception) catch (Exception)
{ {
Utils.Log("Couldn't find x-rl-*-remaining headers in Nexus response. Ignoring");
} }
} }