about summary refs log tree commit diff
path: root/cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd.c')
-rw-r--r--cmd.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/cmd.c b/cmd.c
index 744bf84..763a558 100644
--- a/cmd.c
+++ b/cmd.c
@@ -112,10 +112,7 @@ static void snapshot_fn(struct cgit_context *ctx)
 
 static void stats_fn(struct cgit_context *ctx)
 {
-	if (ctx->repo->enable_stats)
-		cgit_show_stats(ctx);
-	else
-		cgit_print_error("Stats disabled for this repo");
+	cgit_show_stats(ctx);
 }
 
 static void summary_fn(struct cgit_context *ctx)