Don't turn on profiling

pull/536/head
Erik Johnston 2016-01-26 18:27:23 +00:00
parent 0487c9441f
commit f93ecf8783
1 changed files with 1 additions and 1 deletions

View File

@ -651,7 +651,7 @@ def _resource_id(resource, path_seg):
def run(hs):
PROFILE_SYNAPSE = True
PROFILE_SYNAPSE = False
if PROFILE_SYNAPSE:
def profile(func):
from cProfile import Profile