[Pkg-mozext-commits] [firetray] 376/399: cleaning

David Prévot taffit at alioth.debian.org
Tue Oct 29 18:24:17 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch dfsg-clean
in repository firetray.

commit 7070794fcd204adeb2d003c21e271998f94e5729
Author: foudfou <foudil.newbie+git at gmail.com>
Date:   Tue Jun 18 09:55:40 2013 +0200

    cleaning
---
 src/modules/linux/FiretrayChatStatusIcon.jsm |    4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/modules/linux/FiretrayChatStatusIcon.jsm b/src/modules/linux/FiretrayChatStatusIcon.jsm
index 1a007b0..e928e3d 100644
--- a/src/modules/linux/FiretrayChatStatusIcon.jsm
+++ b/src/modules/linux/FiretrayChatStatusIcon.jsm
@@ -194,7 +194,6 @@ firetray.ChatStatusIcon = {
           firetray.ChatStatusIcon.fadeStep);
     } catch (e if e instanceof StopIteration) {
 
-      log.warn("stop-fade 1:"+firetray.ChatStatusIcon.events['stop-fade']);
       if (firetray.ChatStatusIcon.events['stop-fade']) {
         log.debug("stop-fade");
         delete firetray.ChatStatusIcon.events['stop-fade'];
@@ -216,10 +215,8 @@ firetray.ChatStatusIcon = {
         );
 
       } else {
-        log.warn("fadeLoop else -> 0");
         firetray.ChatStatusIcon.timers['fade-loop'] = firetray.Utils.timer(
           FADE_OVER_SLEEP_MILLISECONDS, Ci.nsITimer.TYPE_ONE_SHOT, function(){
-            log.warn("fadeLoop else -> 1");
             firetray.ChatStatusIcon.fadeLoop();}
         );
       }
@@ -227,7 +224,6 @@ firetray.ChatStatusIcon = {
   },
 
   fadeLoop: function() {
-    log.warn("stop-fade 0:"+firetray.ChatStatusIcon.events['stop-fade']);
     firetray.ChatStatusIcon.generators['fade'] = firetray.ChatStatusIcon.fadeGenerator();
     firetray.ChatStatusIcon.fadeStep();
   },

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firetray.git



More information about the Pkg-mozext-commits mailing list