Remove LS370 logging to stdout
This commit is contained in:
@@ -55,7 +55,6 @@ namespace eval ::scobj::[set vendor]_[set device] {
|
|||||||
set fd [open "[set [namespace current]::log_file]" "a"]
|
set fd [open "[set [namespace current]::log_file]" "a"]
|
||||||
set line "[clock format [clock seconds] -format "%T"] $arg_string"
|
set line "[clock format [clock seconds] -format "%T"] $arg_string"
|
||||||
puts $fd "$line"
|
puts $fd "$line"
|
||||||
puts "debug_log $line"
|
|
||||||
close $fd
|
close $fd
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user