Mercurial > wow > devian
diff Devian.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 | 137b8c55a593 |
children | d73b883b415b |
line wrap: on
line diff
--- a/Devian.lua Sat Mar 12 02:31:55 2016 -0500 +++ b/Devian.lua Tue Mar 15 20:06:56 2016 -0400 @@ -549,7 +549,7 @@ if currentProfile.workspace then if D.console[currentProfile.current_channel] then - print('bringing', D.console[currentProfile.current_channel].signature, 'to the front') + --print('bringing', D.console[currentProfile.current_channel].signature, 'to the front') D.console[currentProfile.current_channel]:ToFront() -- bring the current channel to the front end