From 91d9ce33c83c148c871e54967640154481130ea9 Mon Sep 17 00:00:00 2001 From: XeonSquared Date: Sun, 1 Oct 2023 13:41:34 +1000 Subject: [PATCH] remove a debug log that spammed syslog --- lib/vtansi.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/vtansi.lua b/lib/vtansi.lua index 6ae22ac..e74690f 100644 --- a/lib/vtansi.lua +++ b/lib/vtansi.lua @@ -148,7 +148,6 @@ function vtansi.vtemu(gpu,bn) -- table number -- function -- takes GPU component cx, cy = sx, sy elseif cc == "n" and tA[1] == 6 then rs = string.format("%s\27[%d;%dR",rs,cx,cy) - dprint(string.format("reporting %d;%d as current cursor position",cx,cy)) elseif cc == "K" and tA[1] == 1 then gpu.fill(1,cy,cx,1," ") elseif cc == "K" and tA[1] == 2 then