# HG changeset patch # User Nenue # Date 1453845906 18000 # Node ID 8729d39f6a3de668d50090e37312fcf0521f17d6 # Parent 6ca4d0cae90768532f68b0504cc4850860f118ef trim out prints diff -r 6ca4d0cae907 -r 8729d39f6a3d UI.lua --- a/UI.lua Tue Jan 26 16:44:31 2016 -0500 +++ b/UI.lua Tue Jan 26 17:05:06 2016 -0500 @@ -69,10 +69,10 @@ c.dropmenu.icon:SetVertexColor(unpack(db.frontheader)) c.title:SetTextColor(unpack(db.frontborder)) - oldprint('changing current toplevel from', db.current_channel, 'to', c.index) + --oldprint('changing current toplevel from', db.current_channel, 'to', c.index) db.current_channel = c.index - oldprint('toplevel is now', db.current_channel) + --oldprint('toplevel is now', db.current_channel) c:Save()