Removed extra debug code from service.js

This commit is contained in:
jonathandicarlo@user-64-9-236-168.googlewifi.com 2008-12-21 14:59:33 -08:00
Родитель 3fe664b629
Коммит 02e6f3e7ff
1 изменённых файлов: 0 добавлений и 7 удалений

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

@ -516,13 +516,6 @@ WeaveSvc.prototype = {
}
}
if (this._keyGenEnabled) {
// TODO: do not try the following if we're on Fennec:
this._log.warn("Key generation is enabled.");
} else {
this._log.warn("Key generation is disabled.");
}
if (needKeys && this._keyGenEnabled) {
let pass = yield ID.get('WeaveCryptoID').getPassword(self.cb);
if (pass) {