clean code

This commit is contained in:
Frédéric FRANCE 2021-11-23 23:56:52 +01:00
parent 21a3a6cc7a
commit 3301790647
No known key found for this signature in database
GPG Key ID: 06809324E4B2ABC1

View File

@ -8038,8 +8038,6 @@ abstract class CommonObject
if ($ignoreerrors) {
return true; // TODO Not enough. If there is A-B on kept product and B-C on old one, we must get A-B-C after merge. Not A-B.
}
print $sql;
//$this->errors = $db->lasterror();
return false;
}