Remove debug log line from prev commit

This commit is contained in:
Calum Lind 2014-02-19 10:20:22 +00:00
parent cb87509e4f
commit eb804c2a4a

View File

@ -53,7 +53,7 @@ Deluge.preferences.Network = Ext.extend(Ext.form.FormPanel, {
initComponent: function() {
Deluge.preferences.Network.superclass.initComponent.call(this);
var optMan = deluge.preferences.getOptionsManager();
console.log(Ext.form.VTypes);
fieldset = this.add({
xtype: 'fieldset',
border: false,