diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-04-21 16:26:10 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-06-05 14:45:52 +0200 |
commit | 9a2e436b841d7c0d9d162b1d386a4316c7feb62e (patch) | |
tree | 5dd687bdcfb1368bb8b59c46d8d6fe19962ad99b /data/lib/rhbzpage.js | |
parent | 15c6a56eba1600ed23c29c6d769e49221fb000ce (diff) | |
download | bugzilla-triage-9a2e436b841d7c0d9d162b1d386a4316c7feb62e.tar.gz |
debugFlag must be in util.js as well.
Diffstat (limited to 'data/lib/rhbzpage.js')
-rw-r--r-- | data/lib/rhbzpage.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/data/lib/rhbzpage.js b/data/lib/rhbzpage.js index e0c5cec..6b8ee9f 100644 --- a/data/lib/rhbzpage.js +++ b/data/lib/rhbzpage.js @@ -1,9 +1,6 @@ // Released under the MIT/X11 license // http://www.opensource.org/licenses/mit-license.php -// Are we debugging? -var debugFlag = false; - // For identification of graphics card var manuChipStrs = [ [ "ATI Radeon", "ATI", "1002" ], [ "ATI Mobility Radeon", "ATI", "1002" ], |