From 9137ba085ddaa7c56f78e46a2994e36aeab9c7cf Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Thu, 21 Apr 2011 16:26:10 +0200 Subject: debugFlag must be in util.js as well. --- data/lib/rhbzpage.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'data/lib/rhbzpage.js') diff --git a/data/lib/rhbzpage.js b/data/lib/rhbzpage.js index 3cffbb9..61bdcc0 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" ], -- cgit