Removed debug code

This commit is contained in:
Aleksander Machniak 2014-07-31 04:58:50 -04:00
parent b5514e900a
commit 7f464a439b

View file

@ -757,7 +757,6 @@ function rcube_kolab_notes_ui(settings)
noteslist.select(me.selected_note.id); noteslist.select(me.selected_note.id);
} }
else if (!data.data.length) { else if (!data.data.length) {
console.log(data);
rcmail.display_message(rcmail.gettext('norecordsfound','kolab_notes'), 'info'); rcmail.display_message(rcmail.gettext('norecordsfound','kolab_notes'), 'info');
} }
} }