diff --git a/htdocs/admin/system/perf.php b/htdocs/admin/system/perf.php
index 1bace7e2d94..4f24998227a 100644
--- a/htdocs/admin/system/perf.php
+++ b/htdocs/admin/system/perf.php
@@ -400,17 +400,10 @@ if ($conf->db->type == 'mysql' || $conf->db->type == 'mysqli')
}
print '
';
}
-<<<<<<< HEAD
-
-// Product search
-=======
// Product search
print '
';
print ''.$langs->trans("SearchOptim").': ';
->>>>>>> 7485192cfbca23027d10cfdc41a33a14f332d23c
-print '
';
-print ''.$langs->trans("ProductSearch").': ';
print '
';
$tab = array();
$sql = "SELECT COUNT(*) as nb";
@@ -440,18 +433,6 @@ if ($resql)
}
// Browser
-<<<<<<< HEAD
-print '
';
-print ''.$langs->trans("Browser").': ';
-var_dump($conf->browser);
-print '
';
-
-// Database statistics update
-print '
';
-print ''.$langs->trans("DatabaseStatistics").': ';
-print '
';
-
-=======
print '
';
print ''.$langs->trans("Browser").':
';
if (! in_array($conf->browser->name, array('chrome','opera','safari','firefox')))
@@ -470,7 +451,6 @@ print '
';
print ''.$langs->trans("DatabaseStatistics").': ';
print '
';
*/
->>>>>>> 7485192cfbca23027d10cfdc41a33a14f332d23c
llxFooter();