diff --git a/testsuite/el2d.tcl b/testsuite/el2d.tcl index 8e2c5c1eee4..efc3a033a54 100644 --- a/testsuite/el2d.tcl +++ b/testsuite/el2d.tcl @@ -222,8 +222,6 @@ if { [catch { set cureng [lindex [analyze energy coulomb] 0] set toteng [analyze energy total] - puts [analyze energy] - if { [expr abs($toteng - $cureng)] > $epsilon } { error "system has unwanted energy contributions of [format %e [expr $toteng - $cureng]]" } diff --git a/testsuite/el2d_die.tcl b/testsuite/el2d_die.tcl index ee5f571333d..dad33f07786 100644 --- a/testsuite/el2d_die.tcl +++ b/testsuite/el2d_die.tcl @@ -176,8 +176,6 @@ if { [catch { set cureng [lindex [analyze energy coulomb] 0] set toteng [analyze energy total] - puts [analyze energy] - if { [expr abs($toteng - $cureng)] > $epsilon } { error "system has unwanted energy contributions of [format %e [expr $toteng - $cureng]]" } diff --git a/testsuite/el2d_nonneutral.tcl b/testsuite/el2d_nonneutral.tcl index ce3a87eedbb..e45d7e27cc6 100644 --- a/testsuite/el2d_nonneutral.tcl +++ b/testsuite/el2d_nonneutral.tcl @@ -123,8 +123,6 @@ if { [catch { set cureng [lindex [analyze energy coulomb] 0] set toteng [analyze energy total] - puts [analyze energy] - if { [expr abs($toteng - $cureng)] > $epsilon } { error "system has unwanted energy contributions of [format %e [expr $toteng - $cureng]]" }