Remove debug printout in layout.lua
This commit is contained in:
parent
b37c35dc0a
commit
f02976d969
1 changed files with 0 additions and 1 deletions
|
@ -47,7 +47,6 @@ function Layout:push(x,y)
|
||||||
self._heights,
|
self._heights,
|
||||||
}
|
}
|
||||||
|
|
||||||
print(padx, self._padx, pady, self._pady)
|
|
||||||
return self:reset(x,y, padx or self._padx, pady or self._pady)
|
return self:reset(x,y, padx or self._padx, pady or self._pady)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue