[nostalgia/core/userland] Remove debug line

This commit is contained in:
Gary Talent 2021-03-20 15:33:00 -05:00
parent fb7b582348
commit 37ec5eccd0

View File

@ -36,7 +36,6 @@ struct GLobject {
} }
~GLobject() { ~GLobject() {
oxDebugf("Deleting {}", id);
del(id); del(id);
} }