Do not send duplicated stats on template instanciation

Closes #179
This commit is contained in:
Sandro Santilli 2014-03-04 17:51:50 +01:00
parent dbae0eeb31
commit 97e00fb47d
2 changed files with 1 additions and 3 deletions

View File

@ -10,6 +10,7 @@ Enhancements:
- Do not UNWATCH on every redis client release (#161)
- Include API docs (#164)
- Add "cacheDns" statsd setting in the example configs
- Do not send duplicated stats on template instanciation
Bug fixes:

View File

@ -603,9 +603,6 @@ var CartodbWindshaft = function(serverOptions) {
} else {
ws.sendResponse(res, [response, 200]);
}
if ( req.profiler && req.profiler.statsd_client) {
req.profiler.sendStats();
}
}
ws.post(template_baseurl + '/:template_id', function(req, res) {