removing page views from the dashboard stats

v1.18.x
psychobunny 11 years ago
parent ca4047dc4a
commit 81bc481efc

@ -74,9 +74,6 @@ function getStats(callback) {
},
function(next) {
getStatsForSet('topics:tid', next);
},
function(next) {
getStatsForSet('analytics:pageviews', next);
}
], function(err, results) {
if (err) {
@ -86,7 +83,6 @@ function getStats(callback) {
results[1].name = 'Users';
results[2].name = 'Posts';
results[3].name = 'Topics';
results[4].name = 'Page Views';
callback(null, results);
});

Loading…
Cancel
Save