diff UI.lua @ 62:8729d39f6a3d v2.1.61

trim out prints
author Nenue
date Tue, 26 Jan 2016 17:05:06 -0500
parents 59e047d6c5de
children 516ceb31703d
line wrap: on
line diff
--- 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()