Browse Source

Merge branch 'master' of ssh://infra.flowdat.com:222/VendorSoftwareFlowdat3/Webservice

Maxi Schvindt 7 năm trước cách đây
mục cha
commit
d31f818348
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      Services/Webservice.php

+ 0 - 1
Services/Webservice.php

@@ -79,7 +79,6 @@ class Webservice
                 $url = $this->buildUrl($webservice, $params, true);
                 $results = json_decode($this->makeGetRequest($url), true);
             } catch (\Exception $ex) {
-                var_dump($ex->getMessage());
                 $this->log($ex->getMessage(), 'error');
             }
         }