summaryrefslogtreecommitdiff
path: root/service/pixelated/resources/mails_resource.py
diff options
context:
space:
mode:
authorBruno Wagner <bwagner@riseup.net>2016-04-11 16:43:10 -0300
committerBruno Wagner <bwagner@riseup.net>2016-04-11 16:43:10 -0300
commite9776bd0524dca87f18fd366016b1236427d2518 (patch)
tree3b98333dfbe856c8df43774d7bb97b4b9e85d633 /service/pixelated/resources/mails_resource.py
parent3f9c038772f7fd4987e053c9188e260f5f55f07b (diff)
Removed general timings from methods
I kept the logging functions so we can log times for tests and to investigate issues, but I removed all usages of them until someone needs them
Diffstat (limited to 'service/pixelated/resources/mails_resource.py')
-rw-r--r--service/pixelated/resources/mails_resource.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/service/pixelated/resources/mails_resource.py b/service/pixelated/resources/mails_resource.py
index c87d4ca2..0fcd7a12 100644
--- a/service/pixelated/resources/mails_resource.py
+++ b/service/pixelated/resources/mails_resource.py
@@ -11,7 +11,6 @@ from twisted.internet import defer
from twisted.python.log import err
from leap.common import events
-from pixelated.support import log_time
from pixelated.support.functional import to_unicode
@@ -145,7 +144,6 @@ class MailsResource(BaseResource):
if action == 'unread':
return MailsUnreadResource(_mail_service)
- @log_time
def _build_mails_response(self, (mails, total)):
return {
"stats": {