diff --git a/lib/gfx/GUI_DEV/GUI_Paint.c b/lib/gfx/GUI_DEV/GUI_Paint.c
index 00be9e8ab7165ba863943d2cb831e679f0213369..13cbba25f907ac0056d5dc17d0b7830714f6fc6d 100644
--- a/lib/gfx/GUI_DEV/GUI_Paint.c
+++ b/lib/gfx/GUI_DEV/GUI_Paint.c
@@ -221,7 +221,7 @@ void Paint_DrawPoint(UWORD Xpoint, UWORD Ypoint, UWORD Color,
                      DOT_PIXEL Dot_Pixel, DOT_STYLE DOT_STYLE)
 {
     if (Xpoint > Paint.Width || Ypoint > Paint.Height) {
-        Debug("Paint_DrawPoint Input exceeds the normal display range\r\n");
+        // Debug("Paint_DrawPoint Input exceeds the normal display range\r\n");
         return;
     }