diff UI.lua @ 69:e89244da507b

Fixed beacon click action on extra consoles. Removed the load-time `print` output about the front channel.
author Nenue
date Tue, 15 Mar 2016 20:06:56 -0400
parents 1687ae1c6162
children d73b883b415b
line wrap: on
line diff
--- a/UI.lua	Sat Mar 12 02:31:55 2016 -0500
+++ b/UI.lua	Tue Mar 15 20:06:56 2016 -0400
@@ -377,7 +377,6 @@
 -- @param ... one or more space-seperated channel keys
 function D:Console_Toggle(input, force)
   local profile = D.currentProfile
-  --oldprint(input)
   local setAll
   local search = {}
   local key
@@ -408,7 +407,6 @@
   end
 
   for i, id in pairs(search) do
-    oldprint(i, id)
     local c = self.console[id]
     if setAll then
       c.enabled = profile.enabled and profile.enabled or nil
@@ -419,7 +417,6 @@
       if force == 0 then
         c.enabled = nil
       end
-      oldprint(id, '  ', force, c.enabled, profile.enabled)
     end
 
     if c.enabled or (setAll and profile.enabled) then