diff options
-rwxr-xr-x | test_weight_calc.tcl | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/test_weight_calc.tcl b/test_weight_calc.tcl index 793a56b..a131022 100755 --- a/test_weight_calc.tcl +++ b/test_weight_calc.tcl @@ -21,22 +21,8 @@ if { $argc < 1 } { set dbfile [lindex $argv 0] sqlite3 db $dbfile - set eval_str [concat BEGIN TRANSACTION] - set err [catch {db eval $eval_str } errStat] - if { $err } { - htmlErrorMsg $errStat - dbg "the following error happen: $errStat" msg_level_critical - } - calculteWeightedTotals - set eval_str [concat END TRANSACTION] - set err [catch {db eval $eval_str } errStat] - if { $err } { - htmlErrorMsg $errStat - dbg "the following error happen: $errStat" msg_level_critical - } - global TimeProfilerMode if { [info exists TimeProfilerMode] } { TimeProfilerDump description |