Bug 1343280 - Remove debug logStringMessage call from ext-theme.js. r=mikedeboer

MozReview-Commit-ID: FUg72X53r1k

--HG--
extra : rebase_source : 013c819392fd384472b821772b8c35060228f2c7
This commit is contained in:
Jared Wein 2017-03-03 10:12:27 -05:00
Родитель 18c1bb6eaa
Коммит 95f0135632
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -55,7 +55,6 @@ class Theme {
*/
loadColors(colors) {
for (let color of Object.keys(colors)) {
Services.console.logStringMessage(`parsing color=${color}`);
let val = colors[color];
if (!val) {