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

Loading…
Cancel
Save