From 5c75d3664cd3ef0afd35d6db2cc829bf83cdef32 Mon Sep 17 00:00:00 2001 From: Damien Churchill Date: Tue, 2 Jun 2009 22:34:02 +0000 Subject: [PATCH] remove no longer needed alert --- deluge/ui/web/js/Deluge.Details.Options.js | 1 - 1 file changed, 1 deletion(-) diff --git a/deluge/ui/web/js/Deluge.Details.Options.js b/deluge/ui/web/js/Deluge.Details.Options.js index e20a36605..bb35978ae 100644 --- a/deluge/ui/web/js/Deluge.Details.Options.js +++ b/deluge/ui/web/js/Deluge.Details.Options.js @@ -471,7 +471,6 @@ Ext.deluge.details.OptionsTab = Ext.extend(Ext.form.FormPanel, { }, onOptionChanged: function(id, key, newValue, oldValue) { - //alert(String.format('Key: {0}\nValue: {1}\nOld Value: {2}', key, newValue, oldValue)); if (key == 'stop_at_ratio') { this.fields.remove_at_ratio.setDisabled(!newValue); this.fields.stop_ratio.setDisabled(!newValue);