From bf4e65cf04caf43f4f58353dfc7f12489a5e2298 Mon Sep 17 00:00:00 2001
From: catch <catch@35733.no-reply.drupal.org>
Date: Fri, 9 Feb 2024 13:29:52 +0000
Subject: [PATCH] Revert "Issue #3395631 by hdnag, borisson_, marvil07, dagmar,
 Wim Leers: Add validation constraints to dblog.settings"

This reverts commit 421ade1c80ccf4b41c1834a9c9eef854f3949d23.
---
 core/modules/dblog/config/schema/dblog.schema.yml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/core/modules/dblog/config/schema/dblog.schema.yml b/core/modules/dblog/config/schema/dblog.schema.yml
index cd59a5dd8914..d7196da6da47 100644
--- a/core/modules/dblog/config/schema/dblog.schema.yml
+++ b/core/modules/dblog/config/schema/dblog.schema.yml
@@ -7,8 +7,3 @@ dblog.settings:
     row_limit:
       type: integer
       label: 'Database log messages to keep'
-      constraints:
-        Range:
-          min: 0
-  constraints:
-    FullyValidatable: ~
-- 
GitLab