plugin uninstall: Remove unnecessary code

fix-admintests
webzwo0i 2023-07-30 02:41:53 +02:00
parent d5455bcc69
commit 49d673b82d
1 changed files with 0 additions and 3 deletions

View File

@ -263,9 +263,6 @@ $(document).ready(() => {
alert(`An error occurred while uninstalling the ${data.plugin} \n${data.error}`);
}
// remove plugin from installed list
$(`#installed-plugins .${data.plugin}`).remove();
window.console.log('before emit getInstalled', new Date())
socket.emit('getInstalled');