Remove LS370 logging to stdout

This commit is contained in:
Douglas Clowes
2013-07-15 12:59:18 +10:00
parent c5690e52ca
commit 40c0bf7d9e

View File

@@ -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
}
}