diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php
index eefc50bd04..0da6ab1eb1 100644
--- a/phpBB/install/database_update.php
+++ b/phpBB/install/database_update.php
@@ -263,9 +263,8 @@ while (!$migrator->finished())
// Are we approaching the time limit? If so we want to pause the update and continue after refreshing
if ((time() - $update_start_time) >= $safe_time_limit)
{
- //echo '';
echo $user->lang['DATABASE_UPDATE_NOT_COMPLETED'] . '
';
- echo '' . $user->lang['DATABASE_UPDATE_CONTINUE'] . '';
+ echo '' . $user->lang['DATABASE_UPDATE_CONTINUE'] . '';
phpbb_end_update($cache, $config);
}