plugins/kolab_addressbook

Aleksander Machniak machniak at kolabsys.com
Fri Jun 7 10:41:40 CEST 2013


 plugins/kolab_addressbook/kolab_addressbook.js |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit aa1d7894ba3aa9738ca5ebd73a22da0ae2c133cd
Author: Aleksander Machniak <machniak at kolabsys.com>
Date:   Fri Jun 7 10:41:30 2013 +0200

    Remove debug code

diff --git a/plugins/kolab_addressbook/kolab_addressbook.js b/plugins/kolab_addressbook/kolab_addressbook.js
index cf8e579..b024fab 100644
--- a/plugins/kolab_addressbook/kolab_addressbook.js
+++ b/plugins/kolab_addressbook/kolab_addressbook.js
@@ -89,7 +89,7 @@ rcube_webmail.prototype.book_delete_done = function(id, recur)
     var n, groups = this.env.contactgroups,
         sources = this.env.address_sources,
         olddata = sources[id];
-alert(id);
+
     this.treelist.remove(id);
 
     for (n in groups)
@@ -108,7 +108,6 @@ alert(id);
 
     // remove subfolders
     olddata.realname += this.env.delimiter;
-alert(olddata.realname)
     for (n in sources)
         if (sources[n].realname && sources[n].realname.indexOf(olddata.realname) == 0)
             this.book_delete_done(n, true);





More information about the commits mailing list