Remove pref tracker init debug message.

This commit is contained in:
Edward Lee 2009-07-14 18:47:29 -07:00
Родитель 2c6d25d3a2
Коммит cb085193e5
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -229,7 +229,6 @@ PrefTracker.prototype = {
_init: function PrefTracker__init() {
this.__proto__.__proto__._init.call(this);
this._log.debug("PrefTracker initializing!");
this._prefs.addObserver("", this, false);
},