From 5847ea7319829f3a336b3d14620b03f913450826 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 8 Jan 2018 12:44:55 +0100 Subject: [PATCH] Fix var_dump --- htdocs/blockedlog/class/blockedlog.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/blockedlog/class/blockedlog.class.php b/htdocs/blockedlog/class/blockedlog.class.php index ed3749acdda..6ee02c111c4 100644 --- a/htdocs/blockedlog/class/blockedlog.class.php +++ b/htdocs/blockedlog/class/blockedlog.class.php @@ -356,7 +356,6 @@ class BlockedLog if ($this->element == 'facture') { - var_dump($object);exit; foreach($object as $key=>$value) { if (in_array($key, array('fields'))) continue; // Discard some properties