diff --git a/src/FuzeWorks/Output.php b/src/FuzeWorks/Output.php index 4f8175a..fbca4ea 100644 --- a/src/FuzeWorks/Output.php +++ b/src/FuzeWorks/Output.php @@ -326,9 +326,6 @@ class Output return false; } - // Lowering permissions to read only - chmod($cachePath, 0640); - // And report back Logger::logInfo("Output cache has been saved.");