diff --git a/application/Espo/Core/Utils/Language.php b/application/Espo/Core/Utils/Language.php index 6a5d504be4..4e8661d2bb 100644 --- a/application/Espo/Core/Utils/Language.php +++ b/application/Espo/Core/Utils/Language.php @@ -198,11 +198,6 @@ class Language $path = $this->paths['customPath']; $currentLanguage = $this->getLanguage(); - /*echo '
';
-        print_r($this->changedData);
-        print_r($this->deletedData);
-        exit;*/
-
         $result = true;
         if (!empty($this->changedData)) {
             foreach ($this->changedData as $scope => $data) {