From f01b5cc07b2b05bec1bba396a5078c19616aac06 Mon Sep 17 00:00:00 2001 From: mgross Date: Tue, 11 Oct 2022 13:11:49 +0200 Subject: [PATCH] removed unused code --- Controller/EasyBackupController.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/Controller/EasyBackupController.php b/Controller/EasyBackupController.php index 1f8dea8..778d92c 100755 --- a/Controller/EasyBackupController.php +++ b/Controller/EasyBackupController.php @@ -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()); }