aboutsummaryrefslogtreecommitdiffstats
path: root/tools/syz-testbed/html.go
diff options
context:
space:
mode:
Diffstat (limited to 'tools/syz-testbed/html.go')
-rw-r--r--tools/syz-testbed/html.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/syz-testbed/html.go b/tools/syz-testbed/html.go
index 679099a8a..c28020df3 100644
--- a/tools/syz-testbed/html.go
+++ b/tools/syz-testbed/html.go
@@ -203,9 +203,6 @@ func (ctx *TestbedContext) genSimpleTableController(method func(view StatView) (
func (ctx *TestbedContext) httpMainStatsTable(urlPrefix string, view StatView, r *http.Request) (*uiTable, error) {
alignBy := r.FormValue("align")
- if alignBy == "" {
- alignBy = "fuzzing"
- }
table, err := view.AlignedStatsTable(alignBy)
if err != nil {
return nil, fmt.Errorf("stat table generation failed: %w", err)