We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a34ba commit 570dc8cCopy full SHA for 570dc8c
Source/WatchDogForInterstellarRedist/Startup.cs
@@ -93,7 +93,6 @@ private bool IsNeeded()
93
private string CheckRedist()
94
{
95
IEnumerable<AssemblyLoader.LoadedAssembly> loaded = SanityLib.FetchLoadedAssembliesByName(ASSEMBLY_NAME);
96
- Log.detail("{0}", loaded.Count());
97
if (0 == loaded.Count()) return ERR_MISSING_DLL;
98
return null;
99
}
Source/WatchDogForScaleRedist/Startup.cs
0 commit comments