From 4a50968cf8d0ef84ef4c145561dd89d60636b76e Mon Sep 17 00:00:00 2001 From: michaeloffner Date: Thu, 18 Jan 2024 19:49:12 +0100 Subject: [PATCH] clean up --- tests/DistributedLockTest/index.cfm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/DistributedLockTest/index.cfm b/tests/DistributedLockTest/index.cfm index 17a8b54..9303ed7 100644 --- a/tests/DistributedLockTest/index.cfm +++ b/tests/DistributedLockTest/index.cfm @@ -32,7 +32,7 @@ echo(getTickCount()-start); } catch(e) { - systemOutput(e,1,1) + //systemOutput(e,1,1) echo("exception;"); echo(getTickCount()-start); }