From eb30e132b2f037ea582e075070c4a7606c1f3daf Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Mon, 20 Nov 2017 17:21:35 +0100 Subject: [PATCH] Removed a deprecated feature in a testing article --- testing/profiling.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/testing/profiling.rst b/testing/profiling.rst index 7455938594e..7c4934ba9a7 100644 --- a/testing/profiling.rst +++ b/testing/profiling.rst @@ -59,12 +59,6 @@ finish. It's easy to achieve if you embed the token in the error message:: ) ); -.. caution:: - - The profiler store can be different depending on the environment - (especially if you use the SQLite store, which is the default configured - one). - .. note:: The profiler information is available even if you insulate the client or