Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Martinez committed Oct 10, 2019
1 parent 680d239 commit bc7b79b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion commands/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ var buildCmd = &cobra.Command{
options := common.BuildOptions{Shim: buildShim, OptimizeImports: buildOptimize, EmbedConfig: buildEmbed}

err := api.SyncProjectImports(common.CurrentProject())

if err != nil {
fmt.Fprintf(os.Stderr, "Error synchronzing imports: %v\n", err)
os.Exit(1)
Expand Down

0 comments on commit bc7b79b

Please sign in to comment.