Remove useless print statements

This commit is contained in:
crater2150 2017-09-13 19:05:04 +02:00
parent 506f47eda3
commit 21f96586e7

View file

@ -54,8 +54,6 @@ layoutsettings = {
local function screen_focus_wrapdir(dir)
return function()
local target = screen_in_wrapdir(dir)
print("moving to screen")
print(inspect(target))
awful.screen.focus(target)
end
end