data_buffer: debug code removed

This commit is contained in:
Onran
2024-03-18 23:29:48 +09:00
committed by GitHub
parent c3027368b6
commit 7756649db8
+1 -1
View File
@@ -38,7 +38,7 @@ function data_buffer:new(bytes)
self.__index = self
setmetatable(obj, self)
print("asg")
return obj
end