-rw-r--r-- | cmd.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -109,16 +109,13 @@ static void snapshot_fn(struct cgit_context *ctx) cgit_repobasename(ctx->repo->url), ctx->qry.path, ctx->repo->snapshots, ctx->qry.nohead); } 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"); } static void summary_fn(struct cgit_context *ctx) { cgit_print_summary(); } |