//remove debug

This commit is contained in:
vAugagneur
2011-11-23 08:35:38 +00:00
parent 8e3fc59da7
commit eb173f6dfc
+1 -1
View File
@@ -138,7 +138,7 @@ switch (_DB_TYPE_)
if (!Db::getInstance()->Execute($query))
{
if (Db::getInstance()->getNumberError() == 1050)
{echo $query.'<br />';
{
$logger->logError('A Prestashop database already exists, please drop it or change the prefix.');
die('<action result="fail" error="14" />'."\n");
}