From 37ec5eccd0234f27b5e62e6a1e8080d37184c479 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sat, 20 Mar 2021 15:33:00 -0500 Subject: [PATCH] [nostalgia/core/userland] Remove debug line --- src/nostalgia/core/userland/glutils.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/nostalgia/core/userland/glutils.hpp b/src/nostalgia/core/userland/glutils.hpp index f5320eb37..5f3384beb 100644 --- a/src/nostalgia/core/userland/glutils.hpp +++ b/src/nostalgia/core/userland/glutils.hpp @@ -36,7 +36,6 @@ struct GLobject { } ~GLobject() { - oxDebugf("Deleting {}", id); del(id); }