Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/Http.php')
-rw-r--r--core/Http.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/Http.php b/core/Http.php
index 911f1f5f32..78b18ea528 100644
--- a/core/Http.php
+++ b/core/Http.php
@@ -11,7 +11,6 @@
namespace Piwik;
use Exception;
-use Piwik\Log;
/**
* Server-side http client to retrieve content from remote servers, and optionally save to a local file.