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
This commit is contained in:
Alexandre Lissy 2014-10-18 05:58:00 +02:00
Родитель 30bafaac1b
Коммит c35c6c6fb7
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -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");