plugin uninstall: Remove unnecessary code

fix-admintests-rebased
webzwo0i 2023-07-30 02:41:53 +02:00 committed by SamTV12345
parent f88b3d0727
commit de34e95813
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');