[Pkg-mozext-commits] [tabmixplus] 36/56: Left-over debug code, from changeset e9d819690e34, break some functions when X-notifier installed

David Prévot taffit at moszumanska.debian.org
Mon Jun 6 00:02:36 UTC 2016


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

taffit pushed a commit to branch master
in repository tabmixplus.

commit b0ccfc817b0d7e03fe384a2f97195ae3a3aa804a
Author: onemen <tabmix.onemen at gmail.com>
Date:   Mon May 16 00:41:59 2016 +0300

    Left-over debug code, from changeset e9d819690e34, break some functions when X-notifier installed
---
 chrome/content/places/places.js | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/chrome/content/places/places.js b/chrome/content/places/places.js
index acdf76e..b6062a7 100644
--- a/chrome/content/places/places.js
+++ b/chrome/content/places/places.js
@@ -771,14 +771,10 @@ Tabmix.onContentLoaded = {
     let com = window.com;
     if (typeof com == "object" && typeof com.tobwithu == "object") {
       let fn = ["wmn", "xnotifier"].filter(function(f) {
-        let t = Tabmix.obj(com.tobwithu[f] || {}, "name " + f, false, true);
-        Tabmix.trace();
-        Tabmix.xlog(t);
         return typeof com.tobwithu[f] == "object" &&
           typeof com.tobwithu[f][aName] == "function";
       });
       if (fn.length) {
-        Tabmix.obj(fn[0], aName);
         return [com.tobwithu[fn[0]], aName];
       }
     }

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



More information about the Pkg-mozext-commits mailing list