Merge from Echidna

This commit is contained in:
Douglas Clowes
2014-06-26 16:24:25 +10:00
parent 8bed9404e4
commit 27f1f1dfa0
4 changed files with 13 additions and 7 deletions

View File

@@ -63,7 +63,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
}
}