SICS-786 SICS locked up while counting on Taipan

An in-situ hack that was done on Wombat was accidentally committed.
This commit is contained in:
Ferdi Franceschini
2014-10-08 19:44:29 +11:00
parent 6ff638b36e
commit 3b35308bf2

View File

@ -7,7 +7,6 @@ namespace eval counter {
proc ::counter::transferscript {} {
variable isc_numchannels
bm status
set val [SplitReply [bm1 gettime]]
for {set i 1} {$i <= $isc_numchannels} {incr i} {
append val " [SplitReply [bm$i getcounts] ]"