Skip to content

Commit f01b5cc

Browse files
committed
removed unused code
1 parent 305545a commit f01b5cc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Controller/EasyBackupController.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ private function log(string $logLevel, string $message): void
8484

8585
private function getBackupDirectory(): string
8686
{
87-
$this->configuration->getMysqlDumpCommand();
88-
8987
return str_replace(['/', '\\'], DIRECTORY_SEPARATOR, $this->kimaiRootPath . $this->configuration->getBackupDir());
9088
}
9189

0 commit comments

Comments
 (0)