Fix: remove debugging leftover
This commit is contained in:
parent
c460873c85
commit
497c751fb9
@ -3386,8 +3386,6 @@ class Societe extends CommonObject
|
|||||||
|
|
||||||
// Diff
|
// Diff
|
||||||
if (is_array($existing)) {
|
if (is_array($existing)) {
|
||||||
var_dump($existing);
|
|
||||||
var_dump($categories);
|
|
||||||
$to_del = array_diff($existing, $categories);
|
$to_del = array_diff($existing, $categories);
|
||||||
$to_add = array_diff($categories, $existing);
|
$to_add = array_diff($categories, $existing);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user