Don't turn on profiling

This commit is contained in:
Erik Johnston
2016-01-27 17:33:26 +00:00
parent 0487c9441f
commit f93ecf8783
+1 -1
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