diff --git a/ground/controllers/JsonController.php b/ground/controllers/JsonController.php index be88000..fa1949c 100644 --- a/ground/controllers/JsonController.php +++ b/ground/controllers/JsonController.php @@ -235,7 +235,6 @@ class JsonController extends Controller } $discriptionLimit = (App::$user && App::$user->isAdmin) ? 20 : 500; - App::log('user', App::$user); if (!( isset($_POST['description']) && $_POST['description'] && strlen($_POST['description']) > $discriptionLimit )) { $errors[3] = 'Слишком короткое описание'; }