aboutsummaryrefslogtreecommitdiff
path: root/test_weight_calc.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'test_weight_calc.tcl')
-rwxr-xr-xtest_weight_calc.tcl14
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