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:
authordiosmosis <benaka@piwik.pro>2014-11-11 00:02:05 +0300
committerdiosmosis <benaka@piwik.pro>2014-11-11 00:02:05 +0300
commit8f2ee806cf6c75097670878a32a229e8694c8953 (patch)
tree1e0d7dbcc2864f1aeaa4a918568fc89f14d1844b /plugins/Actions/API.php
parentf39494265b92d43841788b93abdb133620b06b19 (diff)
Filling out missing documentation and removing simpler TODOs.
Diffstat (limited to 'plugins/Actions/API.php')
-rw-r--r--plugins/Actions/API.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/Actions/API.php b/plugins/Actions/API.php
index dc43950b3c..7fcde2f144 100644
--- a/plugins/Actions/API.php
+++ b/plugins/Actions/API.php
@@ -66,10 +66,6 @@ class API extends \Piwik\Plugin\API
$newNameMapping = array_combine($inDbColumnNames, $columns);
$dataTable->filter('ReplaceColumnNames', array($newNameMapping));
- // TODO: either replace w/ temporary metrics, or just include them in the results and let people remove them if
- // they want.
- $dataTable->queueFilter('ColumnDelete', array(array('sum_time_generation', 'nb_hits_with_time_generation')));
-
return $dataTable;
}