From 100a692d0d245b6b8287d312c182f00d613a2db6 Mon Sep 17 00:00:00 2001 From: cdn Date: Wed, 20 Feb 2019 09:45:04 +0000 Subject: [PATCH] Remove timer() call timer() function defined in another project --- src/CKAN/CkanClient.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/CKAN/CkanClient.php b/src/CKAN/CkanClient.php index 187efa5..b8c3d29 100644 --- a/src/CKAN/CkanClient.php +++ b/src/CKAN/CkanClient.php @@ -140,7 +140,6 @@ public function resource_create($resource) */ private function make_request($method, $uri, $data = null) { - timer(); echo $uri.PHP_EOL; $method = strtoupper($method); if (!in_array($method, ['GET', 'POST'])) {