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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,7 +38,7 @@ function data_buffer:new(bytes)
self.__index = self
setmetatable(obj, self)
print("asg")
return obj
end