Skip to content

Commit

Permalink
removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
mxgross committed Oct 11, 2022
1 parent 305545a commit f01b5cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Controller/EasyBackupController.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ private function log(string $logLevel, string $message): void

private function getBackupDirectory(): string
{
$this->configuration->getMysqlDumpCommand();

return str_replace(['/', '\\'], DIRECTORY_SEPARATOR, $this->kimaiRootPath . $this->configuration->getBackupDir());
}

Expand Down

0 comments on commit f01b5cc

Please sign in to comment.