diff --git a/Patcher/PatcherUtils/LazyOperations.cs b/Patcher/PatcherUtils/LazyOperations.cs
index 93bd07e..d38d6aa 100644
--- a/Patcher/PatcherUtils/LazyOperations.cs
+++ b/Patcher/PatcherUtils/LazyOperations.cs
@@ -91,7 +91,6 @@ namespace PatcherUtils
///
/// Deletes the recursively
///
- /// Returns true if the temp directory was deleted.
public static void CleanupTempDir()
{
DirectoryInfo dir = new DirectoryInfo(TempDir);