diff --git a/html/inc/db_ops.inc b/html/inc/db_ops.inc index 61a562230c..9ff7b929d4 100644 --- a/html/inc/db_ops.inc +++ b/html/inc/db_ops.inc @@ -1015,7 +1015,6 @@ function show_result_ops($result) { row("Batch", $result->batch); row("File delete state", file_delete_state_str($result->file_delete_state)." [$result->file_delete_state]"); row("Validate state", validate_state_str($result)." [$result->validate_state]"); - row("claimed credit", $result->claimed_credit); row("Granted credit", $result->granted_credit); row("Application", "appid\">".app_name_by_id($result->appid).""); if ($result->app_version_id > 0) { @@ -1058,7 +1057,6 @@ function result_short_header() {