aboutsummaryrefslogtreecommitdiffstats
path: root/lib/offline-support.js
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2010-07-19 16:52:19 +0200
committerMatěj Cepl <mcepl@redhat.com>2010-07-19 17:46:20 +0200
commit8db90e886bc25f382145a3af543959021851e5cd (patch)
tree6b48b8350bb209e686e6ec2d2d076a40ab1bc42b /lib/offline-support.js
parentfcfbd3f7f01df5c67182366dc25e41567addc3b8 (diff)
downloadbugzilla-triage-8db90e886bc25f382145a3af543959021851e5cd.tar.gz
Allow empty Xorg log analysis
Diffstat (limited to 'lib/offline-support.js')
-rw-r--r--lib/offline-support.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/offline-support.js b/lib/offline-support.js
index e0b1c3b..d75979d 100644
--- a/lib/offline-support.js
+++ b/lib/offline-support.js
@@ -47,7 +47,6 @@ RHBugzillaPage.prototype.serializeForm = function(form) {
*/
function serializeControl(element) {
var val = element.value;
- // console.log("val.toSource() = " + val.toSource());
/*
* on HTMLSelectElement we have an attribute 'type' of type DOMString,
* readonly The type of this form control. This is the string
@@ -79,12 +78,10 @@ RHBugzillaPage.prototype.serializeForm = function(form) {
};
//RHBugzillaPage.prototype.submitCallback = function(evt) {
-// console.log("Submit Callback!");
// if (jetpack.__parent__.navigator.onLine) {
// var serForm = this
// .serializeForm(jetpack.tabs.focused.contentWindow.document.forms
// .namedItem("changeform"));
-//// console.log("serForm:\n" + serForm.toSource());
// } else {
// var serForm = this
// .serializeForm(jetpack.tabs.focused.contentWindow.document.forms
@@ -134,7 +131,6 @@ RHBugzillaPage.prototype.serializeForm = function(form) {
req.onreadystatechange = function(aEvt) {
if (req.readyState == 4) {
if (req.status == 200) {
- console.log("Sent form for bug " + bugID);
delete myStorage.forms[bugID];
} else {
console.error("Sending form for bug " + bugID + "failed!");