Removed a special menu item that I had installed in the main Weave menu just for debugging purposes.

This commit is contained in:
jonathandicarlo@jonathan-dicarlos-macbook-pro.local 2008-07-08 22:40:52 -07:00
parent 1ebd8b0a44
commit 3e2ccbce0c

View File

@ -863,18 +863,5 @@ WeaveSvc.prototype = {
ret = false;
}
self.done(ret);
},
// Just for debugging for now:
checkForIncomingShares: function WeaveSvc_checkIncomingShares() {
// tons of hard-coded goodness. Again, Debugging Only!
let bmkEngine = Engines.get("bookmarks");
let user = "avarma";
let serverPath = "/user/avarma/share/982b0210-5064-874c-9f75-44e04c2a0973";
let folderName = "Ubuntu and Free Software Links";
if (bmkEngine.enabled) {
bmkEngine._sharing._incomingShareOffer(user, serverPath, folderName);
}
}
};