We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f04b562 commit 796e030Copy full SHA for 796e030
Injector/Debug.cs
@@ -46,7 +46,6 @@ static bool CheckDirectories()
46
47
foreach (var file in Directory.GetFiles(praxDir, "*", SearchOption.AllDirectories))
48
{
49
- Logger.Log("Debug", "Directory found: " + Path.GetDirectoryName(file));
50
Logger.Log("Debug", "File found: " + file);
51
}
52
@@ -91,4 +90,4 @@ public static void PerformChecks()
91
90
92
93
94
-}
+}
0 commit comments