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); }