3
0
mirror of https://github.com/britzl/monarch.git synced 2025-06-27 02:17:53 +02:00

remove unneed print

This commit is contained in:
AGulev 2017-11-20 18:57:06 +03:00
parent 36e3f69f48
commit 8324b54fc5

View File

@ -126,7 +126,6 @@ local function back_in(screen, previous_screen, cb)
end
msg.post(screen.script, ACQUIRE_INPUT_FOCUS)
if screen.focus_url then
pprint(previous_screen)
msg.post(screen.focus_url, M.FOCUS_GAINED, {id = previous_screen.id})
end
screen.co = nil