From 5309e6b6017c5dd7f23a76978ad024baa7631242 Mon Sep 17 00:00:00 2001 From: Krivchikov Dmitry Date: Thu, 26 Nov 2015 23:43:17 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9B=D0=B8=D1=88=D0=BD=D1=8F=D1=8F=20=D1=81?= =?UTF-8?q?=D1=82=D1=80=D0=BE=D1=87=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ground/controllers/JsonController.php | 1 - 1 file changed, 1 deletion(-) 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] = 'Слишком короткое описание'; }