Skip to content

Commit

Permalink
Unneeded default section removed
Browse files Browse the repository at this point in the history
  • Loading branch information
ayuryshev committed Jun 19, 2019
1 parent bdb861d commit 18d1d72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/skywire-node/commands/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ func (cfg *runCfg) startProfiler() *runCfg {
option = profile.BlockProfile
case "trace":
option = profile.TraceProfile
default:
}
cfg.profileStop = profile.Start(profile.ProfilePath("./logs/"+cfg.tag), option).Stop
return cfg
Expand Down

0 comments on commit 18d1d72

Please sign in to comment.