aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/libbugzilla.js1
-rw-r--r--lib/main.js3
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libbugzilla.js b/lib/libbugzilla.js
index bc94aff..bffa5e3 100644
--- a/lib/libbugzilla.js
+++ b/lib/libbugzilla.js
@@ -275,6 +275,7 @@ var openURLInNewTab = exports.openURLInNewTab = function openURLInNewTab(url) {
};
exports.createUpstreamBug = function createUpstreamBug(urlStr, subjectStr, commentStr) {
+ debug('createUpstreamBug: urlStr = ' + urlStr + ', subjectStr = ' + subjectStr);
var payload = JSON.stringify({
subject: subjectStr,
comment: commentStr
diff --git a/lib/main.js b/lib/main.js
index a1163db..8302272 100644
--- a/lib/main.js
+++ b/lib/main.js
@@ -162,5 +162,4 @@ contextMenu.Item({
require("sdk/clipboard").set(comment);
}
});
-//tabs.open("https://bugs.eclipse.org/bugs/show_bug.cgi?id=304933");
-//tabs.open("https://bugzilla.redhat.com/show_bug.cgi?id=348531");
+//tabs.open("https://bugzilla.redhat.com/show_bug.cgi?id=1033263");