From c31bf825352e94089bf1e8ab0ea135fedb659537 Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Tue, 31 Mar 2015 18:14:36 +0100 Subject: Disable profiling --- py3status/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'py3status/__init__.py') diff --git a/py3status/__init__.py b/py3status/__init__.py index 81d0d99..bbf2560 100755 --- a/py3status/__init__.py +++ b/py3status/__init__.py @@ -31,7 +31,7 @@ except ImportError: pass # Used in development -enable_profiling = True +enable_profiling = False def profile(thread_run_fn): -- cgit v1.3