From 84f5312dc279e2a155d777881d5e6eed69225c09 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Fri, 15 Mar 2019 16:23:12 +0100 Subject: [PATCH] LibGUI: Disable GBoxLayout debug spam. --- LibGUI/GBoxLayout.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LibGUI/GBoxLayout.cpp b/LibGUI/GBoxLayout.cpp index 1aa8cd7326..75d7a05c4c 100644 --- a/LibGUI/GBoxLayout.cpp +++ b/LibGUI/GBoxLayout.cpp @@ -1,7 +1,7 @@ #include #include -#define GBOXLAYOUT_DEBUG +//#define GBOXLAYOUT_DEBUG #ifdef GBOXLAYOUT_DEBUG #include