From 1df462cf0ba4557e3f0bc8a3ab8314621d6d465c Mon Sep 17 00:00:00 2001 From: Damien Churchill Date: Tue, 21 Apr 2009 23:41:22 +0000 Subject: [PATCH] comment out the debug alert --- deluge/ui/web/js/Deluge.Client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deluge/ui/web/js/Deluge.Client.js b/deluge/ui/web/js/Deluge.Client.js index eccff4c20..17f913d31 100644 --- a/deluge/ui/web/js/Deluge.Client.js +++ b/deluge/ui/web/js/Deluge.Client.js @@ -92,7 +92,7 @@ Ext.namespace('Ext.ux.util'); errorObj = { id: options.options.id } - alert(Ext.encode(errorObj)); + //alert(Ext.encode(errorObj)); }, _onSuccess: function(response, requestOptions) {