From 3da7e4c020e06ab2ba5a05c2232c1fd6ff6584f8 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 27 May 2024 20:29:31 +0200 Subject: [PATCH] removed debug spam --- graph.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/graph.cpp b/graph.cpp index fb3d184e..0c035d13 100644 --- a/graph.cpp +++ b/graph.cpp @@ -5936,7 +5936,6 @@ EX void drawscreen() { if(nohelp != 1) { int size = vid.fsize; while(size > 3 && textwidth(size, mouseovers) > vid.xres) size--; - println(hlog, "mouseovers size changed from ", vid.fsize, " to ", size); displayfr(vid.xres/2, vid.fsize, 2, size, mouseovers, col, 8); } #endif