From 338b9ec9d27a63172d899b020d77c00abc84590c Mon Sep 17 00:00:00 2001 From: dgp Date: Mon, 24 Sep 2018 16:15:25 +0000 Subject: Silence debugging message in test suite. --- tests/httpTest.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/httpTest.tcl b/tests/httpTest.tcl index 9cd7a5d..326b361 100644 --- a/tests/httpTest.tcl +++ b/tests/httpTest.tcl @@ -25,7 +25,7 @@ package require http namespace eval ::http { variable TestStartTimeInMs [clock milliseconds] - catch {puts stdout "Start time (zero ms) is $TestStartTimeInMs"} +# catch {puts stdout "Start time (zero ms) is $TestStartTimeInMs"} } namespace eval ::httpTest { -- cgit v0.12