Skip to content

Commit 570dc8c

Browse files
committed
Decluttering the log file (useless development time stuff)
1 parent 54a34ba commit 570dc8c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Source/WatchDogForInterstellarRedist/Startup.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ private bool IsNeeded()
9393
private string CheckRedist()
9494
{
9595
IEnumerable<AssemblyLoader.LoadedAssembly> loaded = SanityLib.FetchLoadedAssembliesByName(ASSEMBLY_NAME);
96-
Log.detail("{0}", loaded.Count());
9796
if (0 == loaded.Count()) return ERR_MISSING_DLL;
9897
return null;
9998
}

Source/WatchDogForScaleRedist/Startup.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ private bool IsNeeded()
9393
private string CheckRedist()
9494
{
9595
IEnumerable<AssemblyLoader.LoadedAssembly> loaded = SanityLib.FetchLoadedAssembliesByName(ASSEMBLY_NAME);
96-
Log.detail("{0}", loaded.Count());
9796
if (0 == loaded.Count()) return ERR_MISSING_DLL;
9897
return null;
9998
}

0 commit comments

Comments
 (0)