Skip to content

Commit 796e030

Browse files
authored
Update Debug.cs
1 parent f04b562 commit 796e030

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Injector/Debug.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ static bool CheckDirectories()
4646

4747
foreach (var file in Directory.GetFiles(praxDir, "*", SearchOption.AllDirectories))
4848
{
49-
Logger.Log("Debug", "Directory found: " + Path.GetDirectoryName(file));
5049
Logger.Log("Debug", "File found: " + file);
5150
}
5251

@@ -91,4 +90,4 @@ public static void PerformChecks()
9190

9291

9392
}
94-
}
93+
}

0 commit comments

Comments
 (0)