From 40c0bf7d9e9a41e6f84850f2b8c17ff762f47b18 Mon Sep 17 00:00:00 2001 From: Douglas Clowes Date: Mon, 15 Jul 2013 12:59:18 +1000 Subject: [PATCH] Remove LS370 logging to stdout --- .../config/environment/temperature/sct_lakeshore_370.tcl | 1 - 1 file changed, 1 deletion(-) diff --git a/site_ansto/instrument/config/environment/temperature/sct_lakeshore_370.tcl b/site_ansto/instrument/config/environment/temperature/sct_lakeshore_370.tcl index 3bb9782f..3a50b11c 100644 --- a/site_ansto/instrument/config/environment/temperature/sct_lakeshore_370.tcl +++ b/site_ansto/instrument/config/environment/temperature/sct_lakeshore_370.tcl @@ -55,7 +55,6 @@ namespace eval ::scobj::[set vendor]_[set device] { set fd [open "[set [namespace current]::log_file]" "a"] set line "[clock format [clock seconds] -format "%T"] $arg_string" puts $fd "$line" - puts "debug_log $line" close $fd } }