diff --git a/src/nostalgia/core/userland/glutils.hpp b/src/nostalgia/core/userland/glutils.hpp index f5320eb3..5f3384be 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); }