1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 19:37:36 +00:00

LibGUI: Disable GBoxLayout debug spam.

This commit is contained in:
Andreas Kling 2019-03-15 16:23:12 +01:00
parent 1089cd1378
commit 84f5312dc2

View file

@ -1,7 +1,7 @@
#include <LibGUI/GBoxLayout.h> #include <LibGUI/GBoxLayout.h>
#include <LibGUI/GWidget.h> #include <LibGUI/GWidget.h>
#define GBOXLAYOUT_DEBUG //#define GBOXLAYOUT_DEBUG
#ifdef GBOXLAYOUT_DEBUG #ifdef GBOXLAYOUT_DEBUG
#include <stdio.h> #include <stdio.h>