From cc2651c377ab5c6a34e4ac5ff0e7b3b4a4799056 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Mon, 8 Nov 2021 21:02:54 +1100 Subject: [PATCH] [v2] Tidy up --- v2/pkg/commands/build/base.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/v2/pkg/commands/build/base.go b/v2/pkg/commands/build/base.go index 1be492867..e87012f7d 100644 --- a/v2/pkg/commands/build/base.go +++ b/v2/pkg/commands/build/base.go @@ -17,7 +17,6 @@ import ( "github.com/pkg/errors" "github.com/leaanthony/slicer" - "github.com/ryboe/q" "github.com/wailsapp/wails/v2/internal/assetdb" "github.com/wailsapp/wails/v2/internal/fs" "github.com/wailsapp/wails/v2/internal/html" @@ -528,8 +527,6 @@ func (b *BaseBuilder) BuildFrontend(outputLogger *clilogger.CLILogger) error { outputLogger.Println("Done.") } - q.Q(b.projectData) - // Check if there is a build command var buildCommand string switch b.projectData.OutputType {