From b203421ac6cb14c77b43bf18abbe472fa4a3de31 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 11 Jul 2018 10:54:42 +0200 Subject: [PATCH] Fix log --- htdocs/admin/dolistore/class/dolistore.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/admin/dolistore/class/dolistore.class.php b/htdocs/admin/dolistore/class/dolistore.class.php index 539fe3bbd97..99f67f152ef 100644 --- a/htdocs/admin/dolistore/class/dolistore.class.php +++ b/htdocs/admin/dolistore/class/dolistore.class.php @@ -95,7 +95,7 @@ class Dolistore $opt2['url'] = $conf->global->MAIN_MODULE_DOLISTORE_API_SRV.'/api/search?query='.$this->search.'&language='.$this->lang; // Call - var_dump($this->api); + //var_dump($this->api); dol_syslog("Call API with opt = ".var_export($opt, true)); dol_syslog("Call API with opt2 = ".var_export($opt2, true));