aboutsummaryrefslogtreecommitdiffstats
path: root/data/lib/util.js
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2011-04-21 23:58:00 +0200
committerMatěj Cepl <mcepl@redhat.com>2011-06-05 14:46:49 +0200
commitca6d6953457b0176f9aed372367cb2645e575f3e (patch)
tree013fb4f722db1613f90fd67801dc7550f33ded1e /data/lib/util.js
parent9a2e436b841d7c0d9d162b1d386a4316c7feb62e (diff)
downloadbugzilla-triage-ca6d6953457b0176f9aed372367cb2645e575f3e.tar.gz
Fix nvidia.
What to do when nvidia chipset is using VESA drivers or something similar. Driver names are not 100% proxy for the card type.
Diffstat (limited to 'data/lib/util.js')
-rw-r--r--data/lib/util.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/lib/util.js b/data/lib/util.js
index 5b628cf..b145d25 100644
--- a/data/lib/util.js
+++ b/data/lib/util.js
@@ -357,7 +357,7 @@ NotLoggedinException.prototype.toString = function () {
};
// Are we debugging?
-var debugFlag = false;
+var debugFlag = true;
console.myDebug = function myDebug(str) {
if (debugFlag) {