diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php
index 6637736bf2..be3cc60eaa 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);
}