diff --git a/src/client/app/common/scripts/check-for-update.ts b/src/client/app/common/scripts/check-for-update.ts
index e2d5b7923b..4445eefc39 100644
--- a/src/client/app/common/scripts/check-for-update.ts
+++ b/src/client/app/common/scripts/check-for-update.ts
@@ -31,10 +31,6 @@ export default async function(mios: MiOS, force = false, silent = false) {
 
 		return newer;
 	} else {
-		mios.apis.dialog({
-			title: '%i18n:common.update-available-title%',
-			text: 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'
-		});
 		return null;
 	}
 }