diff --git a/html/ops/db.inc b/html/ops/db.inc
index e0a0e6eae6..6e628750dc 100644
--- a/html/ops/db.inc
+++ b/html/ops/db.inc
@@ -239,8 +239,6 @@ function show_result($result,$show_xml_docs,$show_stderr,$show_times) {
function show_user($user) {
start_table();
row("Created", time_str($user->create_time));
- row("Total credit", $user->total_credit);
- row("Recent averaged credit:", $user->expavg_credit);
row("Name", $user->name);
row("Authenticator", $user->authenticator);
row("Email address", $user->email_addr);