From c35c6c6fb7791a3ae809e0276c824b75fb3b06b1 Mon Sep 17 00:00:00 2001 From: Alexandre Lissy Date: Sat, 18 Oct 2014 05:58:00 +0200 Subject: [PATCH] Bug 1084955 - Remove redeclaration of Cu. r=fabrice The Cu const is already defined by settings.js when adb.js is included by shell.html. We should not redefine it. --HG-- extra : rebase_source : 1063bfb6eea004fbc68655360dc1684ddfb91c71 --- b2g/chrome/content/devtools/adb.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/b2g/chrome/content/devtools/adb.js b/b2g/chrome/content/devtools/adb.js index f2b2f8f360f1..d3b0bf0caa26 100644 --- a/b2g/chrome/content/devtools/adb.js +++ b/b2g/chrome/content/devtools/adb.js @@ -8,8 +8,6 @@ // This file is only loaded on Gonk to manage ADB state -const { utils: Cu } = Components; - const DEBUG = false; var debug = function(str) { dump("AdbController: " + str + "\n");