Remove debug printout in layout.lua

This commit is contained in:
Matthias Richter 2016-01-16 03:09:36 +01:00
parent b37c35dc0a
commit f02976d969

View file

@ -47,7 +47,6 @@ function Layout:push(x,y)
self._heights,
}
print(padx, self._padx, pady, self._pady)
return self:reset(x,y, padx or self._padx, pady or self._pady)
end