plugin uninstall: Remove unnecessary code

This commit is contained in:
webzwo0i 2023-07-30 02:41:53 +02:00 committed by SamTV12345
parent f88b3d0727
commit de34e95813

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');